mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
git-submod.mk: Documented some experiments in git-submod.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bc640ab727
commit
17b48c1e96
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,10 @@ git-submod-init-remote:
|
|||
@echo "FIXME: git-srv-admin.sh needs to support creating a bare repo below <user>/contrib/<project>."
|
||||
@echo "FIXME: Then this target in $(lastword $(MAKEFILE_LIST)) has to do the following:"
|
||||
@echo "FIXME: - Use that,"
|
||||
@echo "FIXME: - rename remote \"origin\" to \"upstream\","
|
||||
@echo "FIXME: - add new remote origin pointing to newly created repo,"
|
||||
@echo "FIXME: - rename remote \"origin\" to \"upstream\", # git remote rename origin upstream"
|
||||
@echo "FIXME: - add new remote origin pointing to newly created repo, # git remote add origin ssh://jan@git.jannet.de/srv/git/jan/contrib/<project>"
|
||||
@echo "FIXME: - fix remote to push to # git config branch.master.remote origin"
|
||||
@echo "FISME: - set standard branch (should be okay anyway) # 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