Skip to content
oxivanisher edited this page Apr 16, 2011 · 5 revisions

~/.gitconfig

[user]
	name = Your Name
	email = your email

IMBAdmin/.git/config

...
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = [email protected]:oxivanisher/IMBAdmin.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
...

ls ~/.ssh/

id_rsa
id_rsa.pub
known_hosts