About 1,231,064 results (5,036 milliseconds)

How to commit changes to the branch only with approval in gerrit?

https://groups.google.com/g/repo-discuss/c/kdXwtuBlnRM
Jul 7, 2011 ... The last few lines after approvals in Gerrit... banana% git checkout master banana% git merge topic-branch banana% git push origin master banana ...

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 ...

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

https://groups.google.com/g/repo-discuss/c/W0JR3pGfjKM
Apr 14, 2015 ... * Synchronizing changes from one repository to another. In Gerrit ... other words, you push directly to the branch, bypassing the review.

How to rebase one change on top of another change ?

https://groups.google.com/g/repo-discuss/c/A8jBo6qaRQc
Feb 24, 2014 ... > to create a new branch with `git checkout -b rebasing`) > > git ... > git push origin HEAD:refs/for/master >. > -- > -- > To ...

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

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... I currently have a local 'master' branch that I keep identical to the upstream branch. I also have another local branch (let's call it ' ...

Preventing bypass of review

https://groups.google.com/g/repo-discuss/c/DX9l1P31CnQ
Oct 29, 2013 ... A commit validation plugin can enforce what people can do over a Git push command. ... branches are the same, review the commit for one branch ...

how do I switch branches by repo

https://groups.google.com/g/android-building/c/rtH5ZbJC7qU
just use git in the project itself to transfer your changes between the ... -the list of projects changes from one branch to another, so the notion of ...

Gerrit workflow problems.

https://groups.google.com/g/repo-discuss/c/7vhPp90D2Jg
Jan 13, 2012 ... After changes are done, git commit --amend command can be used on that commit. ... files in one go, other times it does. make reviewing much ...

Merging between branches with gerrit

https://groups.google.com/g/repo-discuss/c/JehujEECFQ8
... Change-Id line to have a new one generated by the commit message hook. You could also use the "repo cherry-pick" command added in Repo 1.7.4.3. It does that ...

Re: GIT not pushing changes instead checked in changes are ...

https://groups.google.com/g/jenkinsci-users/c/bkKcl8w0-vU
Only branches (references) can be pushed to another location. Your build job needs to check out a specific branch, modify it, then push it back. ----- ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... > master to squash everything after it in one single commit? [Swindells, Thomas] you'd normally do 'git rebase -i origin/master' this makes ...

Using repo to work with multiple GIT repositories

https://groups.google.com/g/repo-discuss/c/AGf9u6lhkIQ
Dec 6, 2008 ... from one of the trees, make changes, commit locally and then push to ... Under this format of the command "git push" is looking at branches ...

Creating a private repo server for Android

https://groups.google.com/g/repo-discuss/c/qXBILfjVV04
Until you're comfortable with the forall and push commands I would strongly recommend that you try each command on a single git first so you won't wreck ...

Issue in restricting push at branch level

https://groups.google.com/g/repo-discuss/c/BwB-l0lygWY
Sep 14, 2023 ... google.gerrit.server.git.receive.ReceiveCommits : Handling error conditions: [You need 'Create Change' rights to upload code review requests.

Re: amend a commit and upload it

https://groups.google.com/g/repo-discuss/c/jFG4aIHpsTM
you have not new commit in local branch. On Thursday, March 28, 2013 3:00:24 ... It's also one command less to type. > 6. git commit --amend > 7. edit ...

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
I have a workflow (attached screenshot) with my team where before any change is made to a local branch the Developer executes a "git pull".

Git Beyond the D in DVCS · Los Techies

http://feedproxy.google.com/~r/LosTechies/~3/pcNxv9Ae5PI/
Oct 14, 2011 ... ... files deleted in one branch and modified in another, overlapping Visual Studio project file changes, etc. And for those you can hook up a 3 ...

cherry-picking gerrit patch - am i doing it right?

https://groups.google.com/g/repo-discuss/c/FcvZUYBB7hQ
Nov 21, 2013 ... make sure my local master is up-to-date with the central one. 2. copy a cherry-pick command from the change page on Gerrit server: git fetch ssh ...

Re: Android source mirror update

https://groups.google.com/g/repo-discuss/c/xuOk10tn7cM/m/Fw7tHTUgiaEJ
pushing any type of changes with Git. > Also, how do I make a branch ... push the branch in the manifest git too. You also need to make a commit in ...