git scripts
This commit is contained in:
parent
ee11c025b2
commit
d6faaf0667
|
@ -0,0 +1,5 @@
|
|||
git remote -v
|
||||
git remote add upstream https://github.com/rusefi/rusefi-hardware.git
|
||||
|
||||
|
||||
git remote -v
|
|
@ -0,0 +1,2 @@
|
|||
git reset --hard origin/master
|
||||
git pull
|
|
@ -0,0 +1,5 @@
|
|||
An attempt to make GIT contribution just a little more comfortable
|
||||
|
||||
See also https://github.com/rusefi/rusefi/blob/master/misc/git_cheat_sheet.txt
|
||||
|
||||
See also https://git-scm.com/downloads
|
Loading…
Reference in New Issue