About 1,381,002 results (2,253 milliseconds)

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... The git history doesn't seem to reflect any changes when cloning again. Git Log shows the same commits from before the merge for each branch.

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Reverting uncommitted changes; Resolving merge conflicts. Git garbage ... changes, use the Git button to commit these changes to your current branch.

How to get abandoned changes back?

https://groups.google.com/g/repo-discuss/c/Yu_Fr58bEyw
Mar 17, 2009 ... many steps back (see e.g. "git log -g branch" or "git reflog show"), giving you more steps of undo. Eric Tsai's ...

Revert change feature creating changes that can't be submitted

https://groups.google.com/g/repo-discuss/c/T_1V-DwRAlU
Jul 22, 2011 ... how "git revert" works in all but the CP strategy case. To me ... expects the change to be instantly reverted and merged. Therefor

Git stash, but more permanently.

https://groups.google.com/a/chromium.org/g/chromium-dev/c/bx1tckrLLVo
from the branch without the extra junk. For small changes, I'll just keep them at the head of the branch, and revert them when uploading. As changes get bigger, ...

repo question - how to handle "branch is published (but not merged)"

https://groups.google.com/g/repo-discuss/c/ztaFncH_XqY
Mar 23, 2011 ... If you have abandoned "B" you can't merge C and D due to dependency break. Now you need to go to your workspace and do "git revert B" this ...

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
> change is made to a local branch the Developer executes a "git pull". > This pull gets any changes which have been merged into master since > the last pull ...

Revert the change via Gerrit UI

https://groups.google.com/g/repo-discuss/c/ldn3lIiStLw
I'm the gerrit administrator and have noticed that “Revert” button is not available for Merged/Submitted changes in UI. ... changes on the target branch of the ...

Allow User to Merge/Cherry Pick on Specific Branch using Web UI

https://groups.google.com/g/repo-discuss/c/-0TipbTKCbw
From my point of view the ideal way would be to have an option at same level than "Review" & "Revert Change", ie "Cherry pick on...", "Merge on.

hg rollback / hg revert / hg ?? a merge - hg merge could tell it to the ...

https://groups.google.com/g/mercurial_general/c/aBZfeerteXk
Jul 10, 2012 ... Returns 0 on success, 1 if there are unresolved files. """ That change was committed on 2010-06-28 on Mercurial's stable branch and first ...

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
Automatic merge failed; fix conflicts and then commit the result. ~/cmdstan/stan(feature/issue-1057-generalize-indexing|MERGING)$ git status # On branch feature ...

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... the master branch. $ git fetch $ git reset --hard origin/master. Or if 3 and 4 are still under review, blocked by 2:

Gerrit and cherry-picking changes across branches

https://groups.google.com/g/repo-discuss/c/e48GqA92TSA
git commit -F .git/MERGE_MSG and encourage your users to invoke that instead ... merged changes with those ids already existed on a different branch).

How to 'delete' a topic branch?

https://groups.google.com/g/repo-discuss/c/g2iKqXjJSFw
To delete other topic branches, like to discard a flawed experiment, you'll need to checkout something else (e.g. m/master like above) and then use "git branch ...

Making old Patch set the current one

https://groups.google.com/g/repo-discuss/c/yJtIqP3Rnxs
Mar 23, 2011 ... Gerrit will attempt to merge it to master. > I cannot push Patch Set 1 again, as Gerrit refuses it with "no new > changes". How can I ...

Rebase and fast-forward-merge workflows

https://groups.google.com/g/mercurial_general/c/hvUSfMm4BN8
Feb 7, 2011 ... Unlike Git's concept of branch-by-ref, branch names in Mercurial stick around forever. They're best used for long-running permanent branches ...

Project Config settings roll back

https://groups.google.com/g/repo-discuss/c/oi5nDIU1Ers
... changes in the list of merged changes and revert via the UI. Otherwise, you ... Otherwise, you'll need to fetch the project's refs/meta/config branch and revert ...

Configuring project version control settings | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-options
Git production branch name. With the default Looker Git integration, all Looker developers merge their changes into a main branch called master . You can use ...

Safe rollouts with Config Sync | Google Cloud

https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/tutorials/safe-rollouts-with-config-sync
Use Git branches to automatically apply the changes when the changes are merged. ... If you need to roll back a change, use the git revert command to ...

On using Git

https://groups.google.com/g/pencil-code-discuss/c/hFSoI7Gx4RI
... revision number with every Git commit to the master branch. But I suppose what we've learned from the trouble you guys are having is that merge commits ...