git push command steps
git: git add . git commit -m "$m" git push -u origin master If you want to upload your code first check status
//to check how many files contains changes
1. git status
//to add file to the repository
2. git add youFilePath
//if you want to add all file then
3. git add .
//now commit the code
4. git commit -m "anyMessageYouWantToWrite"
//push the code
5. git push
Also in C++:
- verify large directory after copy files
- imagemagick add background to transparent png
- deploy vuejs heroku
- linux curl upload file ftp
- ubuntu shell touch multiple files
- ab benchmark example
- install jupyter notebook ubuntu 20.04
- ubuntu add entry to /etc/apt/sources.list
- supervisord install ubuntu
- sed replace with no line
- show env in bash
- expo install globally
- sed replace with variable
- no matches found: *.dmg
- usg rtsp conntrack
- install dvc in ubuntu
- how to go to previous directory in terminal
- yarn frozen lockfile
- vue cli ui
- best screen capture software for linux u
- wifi adapter not found ubuntu 20.04
- wait-on yarn
- ubuntu install vboxguest
- install mcrypt extension centos 7