QUICK START GIT
install git at you laptop
https://git-scm.com/downloads
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 true
add a project at github
New a project at github
git clone project at laptop
git clone github repo address
open project at atom
package - github - Toggle git tab
select a branch
edit the files
git commit
git push
如果您喜欢我,可以通过微信请我喝果汁。
如果有疑问,可以留言或者发邮件给我 lhh_nj@163.com
如果有疑问,可以留言或者发邮件给我 lhh_nj@163.com

浙公网安备 33010602011771号