[git-users] Hide password

2015-08-22 Thread scls
Hello, I put my git password in .git/confit [remote "origin"] url = https://user:passw...@github.com/username/project.git fetch = +refs/heads/*:refs/remotes/origin/* I'm aware that's not a great idea because of security but that's very convenient when using several identities. The problem of t

Re: [git-users] Hide password

2015-08-22 Thread Sean Johnson
> I put my git password in .git/config Please don’t do that. I notice that you’re using Github. You would be better served to create SSH keys, and assign the public keys to your different identities. Using ~/.ssh/config configurations you could name the identities, and associate each SSH key

[git-users] Examining forks

2015-08-22 Thread Rustom Mody
I have a project on github which has been forked (friendly!). What is the best workflow to examine merge the commits in the fork? Of course I can git clone it separately but it seems that way I will miss out on all the git branch etc goodness -- You received this message because you are subscrib