Advertisement
Guest User

Untitled

a guest
Jan 19th, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. eval 'set +o history' 2>/dev/null || setopt HIST_IGNORE_SPACE 2>/dev/null
  2. touch ~/.gitcookies
  3. chmod 0600 ~/.gitcookies
  4.  
  5. git config --global http.cookiefile ~/.gitcookies
  6.  
  7. tr , \\t <<\__END__ >>~/.gitcookies
  8. .googlesource.com,TRUE,/,TRUE,2147483647,o,git-shailan.gsa.gmail.com=1//03123Zd_GmU8R123123MSNwF-L9Ir123123aVwx_qxcqnuacVKAW9pwK123123MOXG931OpVwlVKM1YscMvrSNA
  9. __END__
  10. eval 'set -o history' 2>/dev/null || unsetopt HIST_IGNORE_SPACE 2>/dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement