We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b504f commit a384d4cCopy full SHA for a384d4c
1 file changed
content/posts/git-syntax.md
@@ -235,5 +235,16 @@ git branch --set-upstream-to=origin/<branch_name>
235
git checkout <branch> -- <file>
236
```
237
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
249
---
250
TBD
0 commit comments