Skip to content
Open
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
6 changes: 5 additions & 1 deletion command-topics/git_commands-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ export const GitCommandsList = {
cmd: 'git commit -a | --all',
desc: 'Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected.'
},
{
cmd: 'git status',
desc: 'List the files you\'ve changed and those you still need to add or commit:'
}
]
};
};