MAKE: add remote branch notes
This commit is contained in:
parent
9eec7dfebd
commit
3c333dca05
17
Makefile
17
Makefile
|
@ -1,2 +1,19 @@
|
||||||
|
all:
|
||||||
|
@echo make build
|
||||||
|
@echo make add-remote
|
||||||
|
|
||||||
build:
|
build:
|
||||||
gbp buildpackage
|
gbp buildpackage
|
||||||
|
|
||||||
|
addRemote:
|
||||||
|
git remote add jcarr git@git.wit.org:jcarr/x11-xserver-utils.git
|
||||||
|
|
||||||
|
pushRemoteMaster:
|
||||||
|
git fetch jcarr
|
||||||
|
git commit -a
|
||||||
|
git push --set-upstream jcarr master
|
||||||
|
|
||||||
|
# git branch riscv
|
||||||
|
# git checkout riscv
|
||||||
|
# hack & commit
|
||||||
|
# git push --set-upstream jcarr riscv
|
||||||
|
|
Loading…
Reference in New Issue