Skip to content
Snippets Groups Projects
Commit 6cdbcaf7 authored by nimrod's avatar nimrod
Browse files

- Moved tag-version alias from shell to git.

- Added git serve alias.
parent f5d7200d
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ alias gen-ssh-config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config'
alias concat="perl -pe 's/\n/\\\n/g'"
alias deconcat="perl -pe 's/\\\n/\n/g'"
alias ggo='sudo GOPATH=/usr/share/go go'
alias tag-version='git tag -f v"$(cat VERSION)"'
alias ecr-login='eval $(aws ecr get-login)'
alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
alias apt-daily='sudo apt update && sudo apt dist-upgrade --download-only --yes && sudo apt autoclean'
......
......@@ -9,6 +9,8 @@
push-tags = push --tags
pull-submodules = submodule update --remote
diff-cached = diff --cached
tag-version = !git tag -f "v$(cat VERSION)"
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
[transfer]
fsckobjects = true
[fetch]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment