create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
#!/bin/bash | |
# chmod +x and copy to ~/bin/p4merge | |
# then | |
# git config --global merge.tool p4merge | |
# git config --global mergetool.keepTemporaries false | |
# git config --global mergetool.prompt false | |
if [ -n "$GIT_DIR" ]; then | |
if $(git submodule | grep -q $2); then | |
tmp=$(mktemp -t $2) && trap 'rm -rf $tmp' EXIT HUP INT QUIT TERM |
#!/bin/sh | |
# chmod a+x ~/bin/p4diff | |
# git config --global diff.external p4diff | |
[ $# -eq 7 ] && ~/bin/p4merge "$2" "$5" |
git diff develop..master . |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
I hereby claim:
To claim this, I am signing this object: