Created
April 3, 2017 10:11
-
-
Save murano500k/62a5138212c3194a7d5334cfede21a1f to your computer and use it in GitHub Desktop.
repo push gerrit git help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone ssh://[email protected]:29418/renesas/device/renesas/salvator/common | |
git checkout r-ncar | |
gitdir=$(git rev-parse --git-dir); scp -p -P 29418 [email protected]:hooks/commit-msg ${gitdir}/hooks/ | |
git add [changes] | |
git commit -s #-s for signed by | |
git push gl-mirror HEAD:refs/for/r-car-7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment