gitpp-git-push-and-pull-simultaneously.sh 174 B

123456789
  1. #!/bin/bash
  2. #git reset –hard
  3. git config credential.helper store
  4. git pull origin master
  5. git add .
  6. git commit -m "$(date +%y%m%d)-$(date +%H%M)-Kim"
  7. git push origin master