Update command-line-commands.md to include an sample taskflow

This commit is contained in:
Amelia Bauerly 2018-09-14 23:13:39 +00:00
parent a936a6cebd
commit 61fd3e2915

View file

@ -125,3 +125,6 @@ pwd
```
clear
```
### Sample Git taskflow
If you are completely new to Git, looking through some [sample taskflows](https://rogerdudler.github.io/git-guide/) will help you understand best practices for using these commands as you work.