# gitee hands on **Repository Path**: open-robotics/gitee-hands-on ## Basic Information - **Project Name**: gitee hands on - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-27 - **Last Updated**: 2022-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## gitee hands on ### Lesson 1 git&gitee tutorial #### Register Gitee https://gitee.com/ #### Install git tool for Windows https://www.git-scm.com/download/win #### Git tutorial `git clone https://gitee.com/open-robotics/gitee-hands-on.git` Type user name and password (name: i.e. open-source-robotics with hyphen '-') ``` git status git add Foldername/ (git add .) git commit -m ‘Update on Nov. 2’ git push ``` First time ``` git config --global user.email "you@example.com" git config --global user.name "Your Name" ``` ### Lesson 2 back_history_revert How to go back to history using git revert, it could be used as managing thesis, or journal writting.