Difference between revisions of "Git"

From PKC
Jump to navigation Jump to search
BenKoo>Benkoo
(Created page with "Git is a distributed file version control system. It is an essential part of the modern data economy. References can be found here: <ref>https://www.codecademy.com/learn/paths...")
 
m (Text replacement - "{{#ev:youtube|hP3ENPc8Jf0 |width=900 |height=500 }} " to "{{#widget:YouTube |id= hP3ENPc8Jf0 |width= 900 |height=500 }}")
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Git is a distributed file version control system. It is an essential part of the modern data economy. References can be found here: <ref>https://www.codecademy.com/learn/paths/computer-science?g_network=g&g_device=c&g_adid=459384587275&g_keyword=%2Btutorial%20%2Bgit&g_campaign=ROW+Language%3A+Pro+-+Broad&g_acctid=243-039-7011&g_adtype=search&g_adgroupid=104765210542&g_keywordid=kwd-298933616627&g_campaignid=10947274263&utm_term=%2Btutorial%20%2Bgit&utm_campaign=cp_newpaths_2021&utm_source=adwords&utm_medium=ppc&hsa_acc=2430397011&hsa_cam=10947274263&hsa_grp=104765210542&hsa_ad=459384587275&hsa_src=g&hsa_tgt=kwd-298933616627&hsa_kw=%2Btutorial%20%2Bgit&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gclid=Cj0KCQjwsqmEBhDiARIsANV8H3avi14dGu3Ce7CKJfJJ9Sfhe_Ubmz-lL1NCp2cPD_N8C0zKil-iwyoaAvteEALw_wcB</ref>
Git is a distributed file version control system. It uses hash codes to denote various versions of a file system. It is an essential part of the modern data economy. References can be found here: <ref>What is Git?, https://git-scm.com/, last accessed April 30, 2021</ref>
 
=Git Tutorial=
It would be valuable to spend a few minutes watching this video<ref>{{:Video/Learn Git in 15 Minutes}}</ref>.
{{#widget:YouTube
|id= hP3ENPc8Jf0
|width= 900
|height=500
}}|https://www.youtube.com/watch?v=USjZcfj8yxE|||||}}
==More Technical Topics==
It is necessary to know the following terms.
# What is a Git bare repo<ref>{{:Video/What is a bare Git repo and why you need them}}</ref>?
# How to use Git Branch?<ref>{{:Video/GIT: Working with Branches}}</ref>
# Git Merge<ref>{{:Video/GIT: Merging and Workflow}}</ref>!
# Git Worktree: Git's best unknown feature?<ref>{{:Video/Git's Best And Most Unknown Feature}}</ref>
# See [http://ohshitgit.com ohshitgit.com]
 
=References=
<references/>
 
=Related Pages=
[[Category:File System]]
[[Category:Version Control System]]
[[Category:Distributed Data]]

Latest revision as of 04:53, 13 January 2024

Git is a distributed file version control system. It uses hash codes to denote various versions of a file system. It is an essential part of the modern data economy. References can be found here: [1]

Git Tutorial

It would be valuable to spend a few minutes watching this video[2]. |https://www.youtube.com/watch?v=USjZcfj8yxE%7C%7C%7C%7C%7C}}

More Technical Topics

It is necessary to know the following terms.

  1. What is a Git bare repo[3]?
  2. How to use Git Branch?[4]
  3. Git Merge[5]!
  4. Git Worktree: Git's best unknown feature?[6]
  5. See ohshitgit.com

References

  1. What is Git?, https://git-scm.com/, last accessed April 30, 2021
  2. Colt Steele, ed. (Sep 20, 2019). Learn Git In 15 Minutes. local page: Colt Steele. 
  3. engineerman, ed. (Jun 16, 2019). What is a bare Git repo and why you need them. local page: Engineer Man. 
  4. Codemy, ed. (Oct 15, 2015). GIT: Working with Branches. local page: Codemy School. 
  5. Codemy, ed. (Oct 28, 2015). GIT: Merging and Workflow. local page: Codemy School. 
  6. ThePrimeagen, ed. (Apr 15, 2021). Git's Best And Most Unknown Feature. local page: ThePrimeagen. 

Related Pages