SourceTree: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
Sourcetree strips away the complexity of DVCS amd makes it usable for mere mortals.
Sourcetree strips away the complexity of DVCS amd makes it usable for mere mortals.


== Git Version ==
<code>Sourcetree</code> uses its own embedded Git Version by default (See for OSX: {{FormFCTW|8|blue|bold|Sourcetree}} &rarr; {{FormFCTW|8|blue|bold|Preferences}} &rarr; {{FormFCTW|8|blue|bold|Git}} &rarr; {{FormFCTW|8|blue|bold|Git Version}}).
There are 3 git version mentioned:
{| class="wikitableharm" width="650px"
|-
! width="100px" | Git CLI
! width="200px" | Description
! width="200px" | Link
|-
| git      || Standard Git || [https://git-scm.com Git Home]], Git scm
|-
| git-flow || Git Workflow || [https://www.git-tower.com/learn/git/ebook/en/command-line/advanced-topics/git-flow git-tower], Git-flow
|-
| git-lfs  || Git Large File Storage || [https://www.atlassian.com/git/tutorials/git-lfs Atlassian Tutorial], Git-lfs
|}


== Branching & Merges ==
== Branching & Merges ==

Revision as of 17:56, 8 October 2021

Introduction

Atlassian's Sourcetree [1] is a powerful Mac and Windows clients for Mercurial and Git Distributed Version Control Systems (DVCS). Sourcetree strips away the complexity of DVCS amd makes it usable for mere mortals.

Git Version

Sourcetree uses its own embedded Git Version by default (See for OSX: SourcetreePreferencesGitGit Version). There are 3 git version mentioned:

Git CLI Description Link
git Standard Git Git Home], Git scm
git-flow Git Workflow git-tower, Git-flow
git-lfs Git Large File Storage Atlassian Tutorial, Git-lfs

Branching & Merges


See also

top

Reference

top

  1. SourceTree, Atlassian SourceTree Home page.