frrakn / bashGit

basic git commands through bash script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bashGit is a basic bash shell that allows a user to maintain version control locally.

To execute commands, type "bash {~/filepath/vcs.sh} {command}"

init -> git init
push -> git commit
checkout -> git checkout
latest -> git checkout master
current -> git checkout HEAD
log -> git log
diff -> git diff

About

basic git commands through bash script


Languages

Language:Shell 100.0%