Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Check status!
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Jun 4, 2024
1 parent b15f66c commit 7c5ee02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ git status
* `git diff`
* Stage files (index): `git add file.txt`
* Double check that nothing has been added to the remote repository: `git fetch`
* Check the status: `git status`
* Check what changes will be committed: `git status`
* Commit changes: `git commit` (write a good commit title and message!)
* Push the changes to the remote repository: `git push`
* Check the status one last time: `git status`
* Rest

### R Configuration
Expand Down

0 comments on commit 7c5ee02

Please sign in to comment.