About 1,874,211 results (2,873 milliseconds)

How to change committer email address during git push

https://groups.google.com/g/repo-discuss/c/aH7sCmw94pg/m/eSil6DaieQYJ
Sep 27, 2013 ... remote: ERROR: In commit ... git commit --amend only updates the last commit, if you have more commits to update use interactive rebase

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

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... git reset —soft master # set the tmp head to the master head without touching any files, so now the next commit will contain the delta from ...

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

https://groups.google.com/g/repo-discuss/c/W0JR3pGfjKM
Apr 14, 2015 ... Push a review to that branch and when its submitted gerrit automatically merges it into the github master repo? Do you have to set up ...

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

[llvm-dev] git llvm push not working?

https://groups.google.com/g/llvm-dev/c/HwRGyS7OMPQ
3) `git llvm push master`, do do so ... It seemed that I needed to repeat the rebase/commit steps, probably because other commits went in between the rebase and ...

Reviewing Git feature branches when you don't have pull requests ...

http://feedproxy.google.com/~r/LosTechies/~3/wW53vWMZTJg
Aug 15, 2014 ... ... master with a single, explicit merge commit. This tells git, even if ... reset sets the current branch back to the most recent commit ...

Even though path is correct, I get an error "bash: git-receive-pack ...

https://groups.google.com/g/trac-users/c/0CupFbISBzg
Jun 26, 2012 ... > When I try to do a $ git push origin master, I get an error "bash: ... ---> error: Could not remove config section 'remote.origin'. $ git ...

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

https://groups.google.com/g/gitolite/c/GdqTIbwVrME
Jun 23, 2012 ... 6) git push --force origin HEAD:refs/heads/master (push to MasterA, again) this actually remove previous commit, and override with another one

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

strange pushes on GitHub

https://groups.google.com/d/msg/jenkinsci-dev/-myjRIPcVwU/t4nkXONp8qgJ
failing because master was reset to a commit which was two months old. I see ... [1] https://github.com/jenkinsci/beaker-builder-plugin/commits/master

strange pushes on GitHub

https://groups.google.com/g/jenkinsci-dev/c/-myjRIPcVwU/discussion
failing because master was reset to a commit which was two months old. I see that https://github.com/jenkinsci/maven-hpi-plugin/tree/master is pointing to ...

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... I do not have access to the server's storage so I can use 'git push" only. I fetched upstream locally, then pushed FETCH_HEAD to a refs/sandbox ...

How mix trashed my project's git config

https://groups.google.com/g/elixir-lang-talk/c/1XaCObnMCho/m/S3_YwkSHZp8J
... master to some commit. But I didn't notice it at first and tried running the project: λ mix run --no-halt ** (Mix) Could not find a Mix.Project, please ...

Repo and switching manifest branches / Production branches ...

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

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

https://groups.google.com/g/llvm-dev/c/dT7kYVCvpCc/m/rn8l0hILHgAJ
Jan 29, 2019 ... So if merges are allowed in the timeline, LLVM may additionally decide whether to permit human-assisted merges, or to ask that developers rebase ...

[llvm-dev] Delete Phabricator metadata tags before committing

https://groups.google.com/g/llvm-dev/c/M5XnJ7qeeeE/m/7wG25plnBgAJ
... commit is pushed to llvm-project master. The other tags (Subscribers ... # Check for Phabricator tags and stop if found. commit=`git rev-list -n 1 \

Branch Name Case Sensitivity

https://groups.google.com/g/msysgit/c/ugKL-sVMiqI
> git commit -a -m "init commit". > git remote add origin C:\path\to\repo. > git push origin master. > cd ..\dev2. > git clone C:\path\to\repo . > git checkout ...

repo init and repo sync silently fail to get any files besides .repo ...

https://groups.google.com/g/repo-discuss/c/Js8JkvngQ0w
Jun 13, 2017 ... <remote fetch="git://github.com/Quectel-Community/" name="qc ... [master (root-commit) f8d6d82] initial. manifest $ nano default.xml.

some Git workflow experiences

https://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thread/2c6cb3e7f3bec468
... git 4.0b7-bustage-fixes; git checkout master; git merge toolness-4.0b7-bustage-fixes; git push upstream master. That landed the two commits in the canonical ...

Accessing PR head commit sha from a pipeline using branch source ...

https://groups.google.com/g/jenkinsci-dev/c/-ojqklsaKbw
https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson ... If that worked, great. · If that gave a 422, and the commit was a merge commit, try