mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
topdir.mk, git-init-remote fix: Push failed because of missing commit before
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d6ccae2d49
commit
13c777047b
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ git-clone-to-remote:
|
|||
|
||||
git-import: git-init git-config
|
||||
git add -A
|
||||
git status || git commit -am "initial checkin"
|
||||
git status
|
||||
git commit -am "initial checkin"
|
||||
|
||||
git-init-remote: git-import git-clone-to-remote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue