About 1,594,012 results (1,250 milliseconds)

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... When locally merging Branch1 into Master, Git will now say that I am 4 commits ahead of origin/Master, but it still says "nothing to commit, ...

Pre-Commit validation for git master branch

https://groups.google.com/g/go-cd/c/BwnJYhPZQPk
Specifically, there is a Gerrit plugin that works with Git so that when we commit to the master branch, there is an intermediate stage where we are able to run ...

How to initialize a master branch for new repo

https://groups.google.com/g/gitolite/c/Ru6KkTLj3wA
Again, after these steps everything is normal AFAIK. touch README. git add README. git commit README. [master (root-commit) 6dbbbad] Initializing ...

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

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... I have recently given commit access to LLVM and successfully pushed a test commit from my local master branch. ... git push --delete origin tmp.

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... $ git clone .... $ git checkout -b mybranch <commit> $ git review. This way your master remains always clean (vanilla branch), all ...

How to reset HEAD of the git material

https://groups.google.com/g/go-cd/c/8vNyy_j1zyM
... deleted it - didn't help. Is there any way I can access "Material update sub-system (MDU)" and manually delete that master branch HEAD from it? Voytek ...

Repo and switching manifest branches / Production branches ...

https://groups.google.com/g/repo-discuss/c/G8_ek7eLvvY
$ repo status project code/ branch master project doc/ branch master $ cd doc $ echo "test" > README $ git commit README -m "detach test" $ cd .. $ repo sync -d

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Feb 26, 2024 ... This means that, with the default Git integration, all developers merge their changes into a branch called master , and the latest commit on the ...

Gerrit workflow problems.

https://groups.google.com/g/repo-discuss/c/7vhPp90D2Jg
Jan 13, 2012 ... ... git commit --amend command can be used on that commit. ... To merge a central branch into the central master branch, simply create merge commit ...

Pushing to Gerrit fails unexpectedly with 'no new changes'

https://groups.google.com/g/repo-discuss/c/NeuQmv4LdOc
Since this commit actually would mean a change for the 'master' branch. I'm ... Deleting a Change-Id and rebasing on top of master would probably create

Replication of deleted branches

https://groups.google.com/g/repo-discuss/c/tLmNcGvOo9k
May 26, 2010 ... - (I didn't test it) If I delete a branch through "git push origin :branch", ... Will permit force-push on the first two branches (master,

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

Can't see my changes in gerrit

https://groups.google.com/g/repo-discuss/c/7LPQ8HA-DRY
Nov 21, 2018 ... - git checkout master //switch to master branch - git pull - git ... - git commit //you need to insert the commit message after this command - ...

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
for your branch (currently hard-coded to origin/dev) are in gerrit. Note that this checks the commits not the changes, so if you update a change then this will ...

Auto merge from release branch to master?

https://groups.google.com/g/repo-discuss/c/awY4OYk1CNw
Jun 15, 2012 ... merge commit. You can force one to be created with the --no-ff option to "git merge". If you don't want the merge commit you can bypass the

Re: amend a commit and upload it

https://groups.google.com/g/repo-discuss/c/jFG4aIHpsTM
to [email protected]. try: 'git push origin HEAD:refs/for/master' check 'git status ' to see which branch you are now. which version of Gerrit you ...

rbtools behavior with git branches

https://groups.google.com/g/reviewboard/c/ZGZY0XCw78o
Dev creates a local branch off of master. 2. Dev makes changes in their local branch and commits. 3. Dev uses "rbt post" to create a review.

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

https://groups.google.com/g/repo-discuss/c/FcvZUYBB7hQ
Nov 21, 2013 ... > and execute this command from the master branch > > 3. This would ... commit with "git commit". Do NOT use "git commit --amend" when ...

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

unpacker error?

https://groups.google.com/g/gitblit/c/izNuDGQysf4
Jul 13, 2016 ... After the failure, I can simply go to eclipse, and push the master branch, and delete the remote release branch - and there are no further ...