SourceTree: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:


== Git Version ==
== 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}}).
{| class="wikitableharm" width="1250px"
There are 3 git version mentioned:
|- style="vertical-align:top;"
| width="45%" |
<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, see the description on the reight.
| width="55%" |
{| class="wikitableharm" width="650px"  
{| class="wikitableharm" width="650px"  
|-
|-  
! width="100px" | Git CLI
! width="100px" | Git CLI
! width="200px" | Description
! width="200px" | Description
! width="200px" | Link
! width="200px" | Link
|-
|-  
| git      || Standard Git || [https://git-scm.com Git Home]], Git scm
| git      || Standard Git || [https://git-scm.com Git Home]], Git scm
|-
|-
Line 19: Line 25:
|-
|-
| git-lfs  || Git Large File Storage || [https://www.atlassian.com/git/tutorials/git-lfs Atlassian Tutorial], Git-lfs
| git-lfs  || Git Large File Storage || [https://www.atlassian.com/git/tutorials/git-lfs Atlassian Tutorial], Git-lfs
|}
|}
|}



Revision as of 18:01, 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, see the description on the reight.

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.