I am a beginner with GIT and have my repository on BitBucket. A few days ago I started to commit my code to the repository. I am not sure of the command I used in the terminal but it wasn’t showing any progress after which I closed the terminal.
Now, I noticed that a portion of the code is there in my repository. I have to upload some of files that didn’t go in the repository the last time. What command is used for that purpose?
Before starting to use a tool it’s always a good idea to study it. You should at least read the git tutorial, a git guide, and maybe even the git glossary to know what terms you’ll encounter often really mean.
Short answer:
git add --help,git commit --help,git push --help