| ... | ... | @@ -20,6 +20,11 @@ Log as yourself: |
|
|
|
9. JM will review the changes; start over to step 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
Some tips:
|
|
|
|
|
|
|
|
- You can open more than one window in VSCode (I like to have a separate one for organization.md)
|
| ... | ... | @@ -34,22 +39,12 @@ Log as yourself: |
|
|
|
- You can see the list of functions and variables for a given file in “outline”
|
|
|
|
- collapse to see only the functions
|
|
|
|
- Timeline shows commit messages for a given file
|
|
|
|
- The letter on the side of a files indicates uncommitted changes: M = modified; D = deleted; U = untracked (only for new files)
|
|
|
|
- Each commit is identified by a unique 40 characters ID called called “sha”: typically only the first 6 to 8 character are displayed; this is a good way to check where you are
|
|
|
|
- To see the list of branch: git branch
|
|
|
|
|
|
|
|
more info: https://www.atlassian.com/git/tutorials/using-branches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The letter on the side of a files indicates uncommitted changes: M = modified; D = deleted; U = untracked (only for new files)
|
|
|
|
|
|
|
|
Each commit is identified by a unique 40 characters ID called called “sha”:
|
|
|
|
|
|
|
|
typically only the first 6 to 8 character are displayed; this is a good way to check where you are
|
|
|
|
|
|
|
|
To see the list of branch: git branch
|
|
|
|
more info: https://www.atlassian.com/git/tutorials/using-branches
|
|
|
|
|
|
|
|
You might be able to create new branches and switch from one to another using the bottom icon; I haven’t played with it though:
|
|
|
|
|
|
|
|
|
|
|
|
- You might be able to create new branches and switch from one to another using the bottom icon; I haven’t played with it though:
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |
|
|
|
|
|
|
\ No newline at end of file |