Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1124

git: common options

$
0
0
configure your identity:

git config --global user.name "FirstName LastName"

git config --global user.email "firstname.lastname@nespresso.com"


disable certificate warning

git config --global http.sslVerify false


use '--rebase' automatically when doing a 'pull'

git config --global branch.autosetuprebase remote


For common commands, refer to the cheatsheet or the the Git Book

Viewing all articles
Browse latest Browse all 1124

Trending Articles