diff --git a/freshers/contributers_list.md b/freshers/contributers_list.md index aa2f549..c7672b8 100644 --- a/freshers/contributers_list.md +++ b/freshers/contributers_list.md @@ -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 diff --git a/freshers/json-files/gitcommands.json b/freshers/json-files/gitcommands.json index ce615a6..0b84cef 100644 --- a/freshers/json-files/gitcommands.json +++ b/freshers/json-files/gitcommands.json @@ -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 " + "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" + } ]