Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good tutorial on using TortoiseGit with workflows? [closed]

Most git tutorials use command line which is fine but I'm looking for resources specifically showing workflows in TortoiseGit (note the emphasis on workflows, not just installation and basic checkouts / commits).

Any links / suggestions?

like image 828
Borek Bernard Avatar asked Oct 07 '10 14:10

Borek Bernard


People also ask

How do I use TortoiseGit?

Right-Click in the File explorer within the repository and select TortoiseGit =>Create Branch. Name it enhancement and select the checkbox Switch to the new branch. Click Ok. Make a change to the file in the enhancement branch and commit the same.

Does TortoiseGit work with GitLab?

They are two different, indepedent applications used for two different things. You can use GitLab with any git client, including but not limited to TortoiseGit and the built-in git CLI. On the hand hand, you can use TortoiseGit with any local or remote git repo host, including but not limited to GitLab.


1 Answers

This is identical to our workflow in its simplest form which works quite well

http://uncod.in/blog/github-tortoisegit-and-organizational-workflow-tutorial/

And here some screenshot-enhanced explanation of branching and merging

http://joelabrahamsson.com/entry/remote-branches-with-tortoisegit

like image 121
Dirk Avatar answered Sep 19 '22 17:09

Dirk