Using GIT for Dataflex Development: Difference between revisions

Line 592: Line 592:
''If you forgot to place the tag and done some work already after, you can still tag that point in time. Have a look at Tagging  on [http://git-scm.com/book/en/Git-Basics-Tagging]
''If you forgot to place the tag and done some work already after, you can still tag that point in time. Have a look at Tagging  on [http://git-scm.com/book/en/Git-Basics-Tagging]
''
''
=== Removing a Recent Repository from git gui start screen ===
When git gui is started from a directory that does not contain a repository, it will show create/clone/open options as well as 'Open Recent Repositories'.
These are loaded from the global .gitconfig file.
In my case this is on windows 7 and logged in as marcok; C:\Users\marcok\.gitconfig
You can remove the recentrepo entries that you no longer wish to have in this list.
Rather than directly changing the text file you can also use the git bash line:
<code>git config --global --unset gui.recentrepo "C:/work/VisualLMS"</code>


== Further reading or reference material ==
== Further reading or reference material ==
71

edits