About 1,474,756 results (5,750 milliseconds)

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... every developer can create a branch like dev/feature and push code ... > git checkout feature > git push origin HEAD:refs/for/master > > it ...

Pushing a branch as one commit to gerrit

https://groups.google.com/g/repo-discuss/c/_EJG8Ct3qpo
Sep 22, 2011 ... > Does anybody have an idea, how I could pack the above workflow in one command? Maybe you can instead do: git checkout -b feature_branch make ...

gitflow and Gerrit

https://groups.google.com/g/repo-discuss/c/uJDO-zkxX98
Feb 19, 2016 ... ... commits on the local feature branch are pushed as changes on the same topic. ... topic branch concept as an analog to the git flow feature branch?

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

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. ... feature branch to the central master branch for code review.

Having trouble wrapping my head around "An effective RBTools ...

https://groups.google.com/g/reviewboard/c/Z0WNZ_dgZO8
May 10, 2017 ... ..)) $ rbt land --dest=mb-2 --push origin/mb-2. Merging branch "origin/mb-2" into "mb-2" Failed to execute command: ['git', 'commit ...

Preventing bypass of review

https://groups.google.com/g/repo-discuss/c/DX9l1P31CnQ
Oct 29, 2013 ... ... push a branch with 10 commits to user/someone/my ... A commit validation plugin can enforce what people can do over a Git push command.

How to git push from a Jenkinsfile?

https://groups.google.com/g/jenkinsci-users/c/MPQryn_TXBE
Mar 24, 2017 ... sh "git commit -am 'Bumped version number [ci skip]'" ... Developers make a pull request to the master branch from their feature branch.

How to work collaboratively with Gerrit?

https://groups.google.com/g/repo-discuss/c/9VXFm5PSAyY
need for a code review, so basically a regular remote git repository. Which I suppose could be done with "Push Branch" "refs/heads/dev-*" or something to that ...

Version control your code | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/version-control
Push your committed changes to your-branch-name . This option is available in a repository connected to a third-party Git repository if you have no uncommitted ...

pushing git flow branches/model to remote server

https://groups.google.com/g/gitflow-users/c/MVaVdJT1C4M
Branch 'origin/feature/testingGitFlow' already exists. Pick another name. But can't see it from cloned repository:.

Git Beyond the D in DVCS · Los Techies

http://feedproxy.google.com/~r/LosTechies/~3/pcNxv9Ae5PI/
Oct 14, 2011 ... $ git checkout my-feature $ git reset HEAD~</pre> The kicker is the final command, which moves the `my-feature` branch pointer back one (to ` ...

Prototype of pull request workflow for Gerrit

https://groups.google.com/g/repo-discuss/c/92PqVTBTbXI/m/Y_MaYVOsAgAJ
May 14, 2019 ... ... commits with `git push origin my-feature-branch` and turn those commits into a single code review? The result is something I called "branch ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
You can use your personal branch to make quick updates, and then commit the changes and push them to production. However, you may also want to create new Git ...

Proposal: streamlined git push behavior

https://groups.google.com/g/repo-discuss/c/xwqo0h-3Mhw/m/w5ujMC9UEgAJ
that. Generally speaking, pushing for review is a command I run rarely compared to the amount of times I manipulate local branch names. Local branch ...

push to remote branch no longer works

https://groups.google.com/g/node-red/c/H_4sMGE_LQ4
4 and I have successfully configured the GIT projects feature with a remote branch. ... I tried to push the commits from the command line in folder ...

handling git "fatal: upstream - not something we can merge"

https://groups.google.com/g/nikola-discuss/c/jQtov03G9Jc
<bang code, commit, repeat>. # moving changes in getnikola/nikola master ... > git push origin feature-branch -f > > > Now, I don't edit on master, and ...

Need help in pushing new branches to gerrit

https://groups.google.com/g/repo-discuss/c/GCr9XxkEPyY
branch by pushing a commit to it, then pushing the review commit. For example: $ git push origin origin/master:refs/heads/hari_spec-live $ git push origin ...

using maven release plugin (tag or branch) to push to refs/for/* in gerrit

https://groups.google.com/g/repo-discuss/c/OYtk3COPlZQ
Jun 23, 2011 ... git commit --verbose -F /tmp/maven-scm-260241259.commit pom ... I attempted to run the command from the command line ($ git push ssh ...

Changing destination branch

https://groups.google.com/g/repo-discuss/c/gTuYFnJaRlY
Cherry-pick should work? If the workflow is something like: git checkout origin/master. make one or more commits. git push ... branch" feature would be very ...