QUICK START GIT

install git at you laptop

https://git-scm.com/downloadsgit

config git at you laptop

git config --global user.name "Your Name"
git config --global user.email "email@example.com"
git config --global core.autocrlf false
git config --global core.safecrlf truegithub

add a project at github

New a project at githubatom

git clone project at laptop

git clone github repo addressit

open project at atom

package - github - Toggle git tab
select a branch
edit the files
git commit
git pushemail

相關文章
相關標籤/搜索