Browse Source

git: ++my-remote

Maxim Likhachev 3 years ago
parent
commit
dab6952461
  1. 3
      etc/soft/git/gitconfig

3
etc/soft/git/gitconfig

@ -125,6 +125,9 @@ @@ -125,6 +125,9 @@
# Упаковка репозитория в zip-архив
pk = !git archive HEAD --format=zip > `basename $PWD`_`\\date '+%Y.%M.%d'`.zip
# Настройка remote на code.envrm.info
my-remote = "!remote() { git remote add origin https://code.envrm.info/src/$(basename "$(pwd)").git; }; remote"
# ----[ CLONE ]---------------------------------------------------------
# Клонирование репозитория code.envrm.info

Loading…
Cancel
Save