Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions freshers/contributers_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ AKASH RANJAN https://github.com/akash-ranjan8/first-pr- Hacktoberfest--2019/bl
[Alok Sahoo](https://github.com/aloks98)
TULSI PRASAD https://github.com/tulsi-prasad
silla https://github.com/FrozenGirl-spd
Huy Pham https://github.com/coder7eeN
4 changes: 4 additions & 0 deletions freshers/json-files/gitcommands.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ IT BASICALLY MAKES THE COPY OF THE ORIGINAL PROJECT.
"title": "git branch [branch-name]",
"description": "This command creates a branch from a master branch, which we can play around with and make changes to."
}
{
"title": "git stash save <message>"
"description": "When you want to record the current state of the working directory and the index, but want to go back to a clean working directory"
}
]