Skip to content

Commit a384d4c

Browse files
committed
Update
1 parent 14b504f commit a384d4c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/posts/git-syntax.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,16 @@ git branch --set-upstream-to=origin/<branch_name>
235235
git checkout <branch> -- <file>
236236
```
237237

238+
---
239+
240+
## Useful VSCode Extensions
241+
- [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)
242+
- [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)
243+
244+
245+
---
246+
## Useful Eclipse Plugins
247+
- [EGit](https://projects.eclipse.org/projects/technology.egit)
248+
238249
---
239250
TBD

0 commit comments

Comments
 (0)