mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Remove duplicate git remote add origin
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9e6d2f1ae3
commit
1d0ee77ba3
1 changed files with 1 additions and 2 deletions
|
|
@ -99,13 +99,12 @@ WHOAMI = $(shell whoami)
|
|||
REMOTE_GIT_DIR = /srv/git/$(WHOAMI)/proj/$(PROJECT)
|
||||
|
||||
git-config:
|
||||
git remote add origin ssh://$(WHOAMI)@git.jannet.de$(REMOTE_GIT_DIR)
|
||||
git config --global user.name $(FULL_NAME)
|
||||
git config --global user.email $(WHOAMI)@jannet.de
|
||||
|
||||
git-clone-to-remote:
|
||||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh -j create-personal-project $(PROJECT)"
|
||||
git remote add origin ssh://cvs.jannet.de/srv/git/$(shell whoami)/proj/$(PROJECT)
|
||||
git remote add origin ssh://$(WHOAMI)@git.jannet.de$(REMOTE_GIT_DIR)
|
||||
git push --all origin
|
||||
|
||||
git-import: git-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue