Open DrewImm opened 5 years ago
~/gitcache
#!/bin/bash git config --global credential.helper "cache --timeout 86400"; git config credential.helper store; git push;
$ chmod 755 gitcache
~/.bashrc
... alias gitcache='~/gitcache'
~/gitcache
$ chmod 755 gitcache
~/.bashrc