mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
git-submod.mk: Add git-submod-test-init-remote
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
13c777047b
commit
0ebf46cb06
1 changed files with 8 additions and 0 deletions
|
|
@ -11,3 +11,11 @@ git-submod-init-remote:
|
|||
@echo "FIXME: - push contents there."
|
||||
@exit 1
|
||||
|
||||
git-submod-test-init-remote:
|
||||
git remote rename origin upstream
|
||||
git remote add origin ssh://jan@git.jannet.de/srv/git/jan/contrib/$(PROJECT_DIRNAME)
|
||||
git config branch.master.remote origin
|
||||
git config branch.master.merge refs/heads/master
|
||||
@echo "FIXME: - push contents there."
|
||||
@exit 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue