CopyCommand
<- Back to Default
Default
git push
Summary
Sends your commits to the remote repository.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git push
Previous
git commit -m "message"
Next
git log --oneline -5
Related commands
git status
Shows staged, modified, and untracked files.
git pull
Fetches and merges remote changes into your current branch.
git add -A
Stages all changes in the repo for the next commit.