[Guide] How I git my dotfiles - GNU/Linux

Users browsing this thread: 1 Guest(s)
shtols
Long time nixers
Sidenote for beginners: A common 'mistake' is to clone your repository via HTTPS, when trying to push your changes later it will ask for a password rather than the public key (you've hopefully set up). The simplest method to change this is:
Code:
git remote set-url origin git@github.com:username/repo.git

@NeoTerra: Pro Git is a pretty cool book, just in case you'd like a good git-related read.


Messages In This Thread
[Guide] How I git my dotfiles - by crshd - 06-09-2013, 02:08 AM
RE: [Guide] How I git my dotfiles - by shtols - 06-09-2013, 05:58 PM
RE: [Guide] How I git my dotfiles - by z3bra - 06-11-2013, 04:34 AM