Bash project
- Clone git repository git clone "url"
- move file from Linux system to git
explorer.exe
- add files to git folder
git.add
- insert commit information
git.commit -m "message"
- push to github
git push
- need github username and access token
- get the latest version
git pull