Replies: 3 comments 5 replies
-
by for Git GUI, personally, I use smartgit: the WinTitle is the current git repo I am in. so I can easily use that in ahk: run commands using hotkeys, on the git repo I am currently in first, learn the command line, do you know cd: change directory ? cd to your git repo then, learn git, learn to use the commands, then you can use abstractions, alias, to simplify tasks. cd to your local fork of this repo, run
origin is your own (fade2gray/vscode-autohotkey-plus-plus)
now, what is this assumes Answer was given here__ if you did not find how, if you want more exercises, ask me if you can make this explanation clearer please tell me. |
Beta Was this translation helpful? Give feedback.
-
Another great git resource is the official git Reference. I personally don't use any git GUI, I find understanding the command line allows for greater flexibility. But to each their own :) |
Beta Was this translation helpful? Give feedback.
-
@FuPeiJiang If I create a clone by using @mark-wiemer If I open the clone in VSCode and press F5
|
Beta Was this translation helpful? Give feedback.
-
With regard to my 'limited test' here and though I have Git for Windows desktop installed, my understanding of Git is very limited.
Beta Was this translation helpful? Give feedback.
All reactions