About 1,945,163 results (5,429 milliseconds)

Gerrithub.io issue -- Pushing a change to gerrithub generated a ...

https://groups.google.com/g/repo-discuss/c/W0JR3pGfjKM
Apr 14, 2015 ... ... push would allow you to "rewind" the branch to an earlier point in time, perhaps before any of those commits existed. They would still be ...

[llvm-dev] Workflow to commit changes using git alone (?)

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... I want to push my local 'patchbranch' to the upstream 'master' in GitHub without affecting my local master branch. I also need to make sure that ...

Can't see my changes in gerrit

https://groups.google.com/g/repo-discuss/c/7LPQ8HA-DRY
Nov 21, 2018 ... Do your change, then commit the code locally then push into refs/for/master. Example: I need to fix a bug in master branch, here is the flow: - ...

Shared topic branches: how to collaborate

https://groups.google.com/g/repo-discuss/c/GvQOakZjAlU
remove/omit them for any commit pushed to the refs/heads/topics namespace ... devA$ edit, commit, git push origin HEAD:refs/for/topic. review and submit ...

Commit loss prevention

https://groups.google.com/g/jenkinsci-dev/c/dD-sumd81pU/m/usnd7M77JvUJ
... git push -f", or by deleting a branch. I still feel strongly that we ... ) If a data loss occurs before the program gets to record newly pushed commits ...

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... So yes, you can push the upstream directly to a branch in your gerrit repo bypassing review, and then create a merge commit, but you may find ...

[llvm-dev] Delete Phabricator metadata tags before committing

https://groups.google.com/g/llvm-dev/c/M5XnJ7qeeeE/m/7wG25plnBgAJ
... git commit --amend -F - ; }. Just running `arcfilter` before pushing will filter the commit it out automatically! It'd be nice if some pre-receive hooks can ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Feb 26, 2024 ... ... commit the changes on your current branch before creating a new branch. ... Git button displays the text Commit Changes & Push. If desired ...

Making old Patch set the current one

https://groups.google.com/g/repo-discuss/c/yJtIqP3Rnxs
Mar 23, 2011 ... > * Pushed a commit for master branch > * Checked out released branch, cherry-picked the commit, but *forgot* > the remove the Change-Id > * ...

strange pushes on GitHub

https://groups.google.com/d/msg/jenkinsci-dev/-myjRIPcVwU/t4nkXONp8qgJ
git reflog > look at the SHA-1 before the forced push > 2. git branch -f ... which is the tip of the master before luca's commit according to https ...

[llvm-dev] [Github] RFC: linear history vs merge commits

https://groups.google.com/g/llvm-dev/c/dT7kYVCvpCc/m/rn8l0hILHgAJ
Jan 29, 2019 ... - Full disclosure: "Revert" commits also wreak havoc on "git bisect ... git llvm-push` whitelisting the commit before actually pushing it.

[llvm-dev] git llvm push not working?

https://groups.google.com/g/llvm-dev/c/HwRGyS7OMPQ
> I also get the same "Nothing to push" from "git llvm push" and I am supposed to have github commit access. ... Note that before, on svn, `git llvm push ...

Pre-Commit validation for git master branch

https://groups.google.com/g/go-cd/c/BwnJYhPZQPk
(Automated build+test step, Manual code review in some tool - both these must pass before next step executes: push code to another git repo (which would become ...

pushes failing "unable to finish processing" in git-receive-pack

https://groups.google.com/g/repo-discuss/c/yLJAgM0DNGI
Aug 21, 2021 ... But I can create all the test commits I like and push them in for the same repo and branch. ... I tried disabling these first (before I tried your ...

Gerrit Topic Review - Take two?

https://groups.google.com/g/repo-discuss/c/gXjbuhfW0tg
> it locally with the master branch and pushes the merge commit to the master > branch in Gerrit. It could be pushed for code review or bypassing code

Issue 1072: "Push Merge Commit" permission not working on refs ...

https://groups.google.com/d/topic/repo-discuss/2vEppLlyNDQ
Jul 14, 2014 ... Now when I try to direct push merge commit with the selected user (git push origin HEAD:refs/heads/<branch-name>) I get below error -. error ...

How to rebase one change on top of another change ?

https://groups.google.com/g/repo-discuss/c/A8jBo6qaRQc
Feb 24, 2014 ... <paths>' or 'git rm <paths>' and commit the result with 'git commit'. ... before pushing change, which files are causing the merge conflict.

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... Remove commit #2 from the list of commits, save, and exit the editor ... before any new change and create a new branch out of it. Hope ...

problem with 'git push --force' in mirror mode

https://groups.google.com/g/gitolite/c/GdqTIbwVrME
Jun 23, 2012 ... this actually remove previous commit, and override with another one ... master branch still stall at previous commit, not updated. And ...

Git command reference | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-command-reference
Sep 11, 2023 ... You must commit changes on the branch before you will see the Pull from (production branch) option. Button, Git Actions panel. Pull Remote ...