LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Undergrad Resources
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Admin » Git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:git [2025/10/16 11:07] – [Git] willtools:git [2026/06/17 14:17] (current) – [Git] will
Line 4: Line 4:
 Alternative SCM tools include ''[[https://fossil-scm.org/|fossil]]'', ''[[https://www.mercurial-scm.org/|hg]]'', ''[[https://pijul.org/|pijul]]''. For version controlling (large binary/non-text neuroimaging) data, see [[https://handbook.datalad.org/|datalad]] or [[https://dvc.org/|dvc]] Alternative SCM tools include ''[[https://fossil-scm.org/|fossil]]'', ''[[https://www.mercurial-scm.org/|hg]]'', ''[[https://pijul.org/|pijul]]''. For version controlling (large binary/non-text neuroimaging) data, see [[https://handbook.datalad.org/|datalad]] or [[https://dvc.org/|dvc]]
  
-''git'' is not github. [[https://github.com|Github]] is a Microsoft-owned source forge adding a social network, identity services, and other features not included in the git system (issue tracking, patch/fork management). Other forges include [[https://gitlab.com|gitlab]], [[https://sr.ht/|sr.ht]], [[https://codeberg.org/|codeberg]]. +''git'' is not github. [[https://github.com|Github]] is a Microsoft-owned source forge adding a social network, identity services, and other features not included in the git system (issue tracking, patch/fork management). Other forges include [[https://gitlab.com|gitlab]], [[https://sr.ht/|sr.ht]], [[https://codeberg.org/|codeberg]], [[https://radicle.dev/|radicle]]. 
  
 See [[:tools:github]] for integrating local repos with github remote. See [[:tools:github]] for integrating local repos with github remote.