You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
4204fea99a
|
11 years ago | |
---|---|---|
LICENSE | 11 years ago | |
README.md | 11 years ago | |
g | 11 years ago |
README.md
lazy-git
Script for automating the most common git tasks.
Usage
# git status
g check
# git status
# git add --all
# git commit -m "...."
# git push origin master
g send
# git pull
g pull