git notes main page | gitolite main page | license
IMPORTANT NOTE:
although this page has a "gitolite.com" URL, this is not about gitolite.
That's just an artifact of "sitaramc.github.com" being translated to
"gitolite.com" and so ALL my git related stuff gets carried over.
Gitolite documentation has another /gitolite
in the URL, so
you can tell. My apologies for this confusion.
Here’s how to launch the GUI tools:
gitk
or git gui
)git gui
Git has a command line interface and two different GUI interfaces.
The command line interface allows you to do pretty much anything, and is really the most convenient once you get used to it. You can get to the command line in one of the following ways:
(on Windows) click the “git” or “git bash” icon on your desktop/taskbar or wherever the install put it. This will start with the “git bash shell” set to whatever your “HOME” directory is. From there you can navigate (using the cd
command) to wherever your repository is.
E:\some\path
are accessed as /e/some/path
.if your repository is in E:\Myname\projects\projectname
, open E:\Myname\projects
in the file manager, right click on projectname
, and choose “git bash here”. This will open the “git bash” command line positioned at that directory.