zhangbaitong/practice
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project for practice ------------------------ Get: git clone https://github.com/zhangbaitong/practice.git Submit: git add . git commit -m "your message" git push origin master Delete: git commit -a -m "your message" Rename: git add . -A ------------------------- git config --global user.name "yourname" git config --global user.email yourname@xx.com -------------------------