Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 500 Bytes

README.mkd

File metadata and controls

43 lines (28 loc) · 500 Bytes

git-twin

Clone

$ git clone https://github.com/kaneshin/git-twin.sh ~/.git-twin.sh

Just do it!

$ cd ~/.git-twin.sh
$ ./install.sh

Settings

# .shrc
if [[ -s "$HOME/.git-twin.sh/twin.sh" ]]; then
    source ~/.git-twin.sh/twin.sh
    alias git-twin='_git_twin'
fi
# .gitconfig
[alias]
	twin = !sh -c 'source ~/.git-twin.sh/twin.sh && _git_twin \"$0\" \"$1\"'

Author

Shintaro Kaneko [email protected]

Modifier

Kento Yamashita