Guest User

Untitled

a guest
Mar 25th, 2018
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. root@umate:~/Desktop/REP_TMP/git# cat git_config_sys.sh
  2. #!/bin/bash
  3. #script for GIT configuration in whole system at /etc/gitconfig
  4. git config --system user.name "Sergey Kovbyk"
  5. git config --system user.email kovbyk@gmail.com &
  6. git config --system color.status auto &
  7. git config --system color.branch auto &
  8. git config --system color.interactive auto &
  9. git config --system color.diff autoroot@umate:~/Desktop/REP_TMP/git#
Add Comment
Please, Sign In to add comment