
Inside the Hidden Git Folder
Dr Max Wilson takes us through the various elements that make Git such a useful tool.
Read More
Complete Guide to Open Source – How to Contribute
- Frank
- January 26, 2022
- Git
- GitHub
- Open Source
Learn why and how to contribute to open source software. Learn about how to find projects to contribute to, how to make issues and PRs, how to make money from open source, and more. Course Contents: (00:00) Introduction (01:11) What is Open Source (01:46) Why you should care about Open Source (04:06) What is Git […]
Read More
13 Advanced Git Techniques and Shortcuts
Productive programmers tend to be really good at Git. Take a look at these 13 advanced git tips and tricks to supercharge your development workflow. Time Stamps: 00:00 Git Started 00:59 Combine add & commit 01:20 Aliases 01:38 Amend 02:03 Force Push 02:24 Revert 02:47 Codespaces 03:21 Stash 04:05 PC Master Branch 04:27 Pretty Logs […]
Read More
Git Tutorial for Beginners: Learn Git in 1 Hour
- Frank
- September 26, 2020
- code with mosh
- DevOps
- devops tools
- Git
- git basics
- git course
- git crash course
- git explained
- git explained for beginners
- git for beginners
- git tutorial
- git tutorial for beginners
- git tutorial for beginners mac
- how to use git
- introduction to git
- learn git
- mosh hamedani
- Programming
- programming with mosh
- what is git
- what is git and how to use it
Programming with Mosh provides this Git tutorial for beginners. TABLE OF CONTENTS 0:00:00 Introduction0:00:35 What is Git?0:03:07 Using Git0:06:11 Installing Git0:07:38 Configuring Git0:12:43 Getting Help0:13:35 Cheat Sheet0:14:05 Taking Snapshots0:14:38 Initializing a Repository0:17:10 Git Workflow0:21:46 Staging Files0:25:24 Committing Changes0:27:37 Committing Best Practices0:30:21 Skipping the Staging Area0:31:46 Removing Files0:33:48 Renaming or Moving Files0:36:06 Ignoring Files0:42:41 Short Status0:45:33 […]
Read More
The New Git Experience
The Visual Studio team has spent quite a bit of time recently improving Git integration in Visual Studio 2019. PMs Pratik Nadagouda and Taysser Gherfal show the latest updates, including the new Git Repository window and Merge Conflict Resolution improvements, as well as additional ease of use features. For more information, see the blog post […]
Read More
GitHub Arctic Code Vault
Talk about cold storage. The GitHub Arctic Code Vault is a data repository preserved in the Arctic World Archive (AWA), a very-long-term archival facility 250 meters deep in the permafrost of an Arctic mountain. The archive is located in a decommissioned coal mine in the Svalbard archipelago, closer to the North Pole than the Arctic […]
Read More
Linus Torvalds’s TED Talk
Linus Torvalds transformed technology twice — first with the Linux kernel and again with Git. In a rare interview with TED Curator Chris Anderson, Torvalds discusses with remarkable openness the personality traits that prompted his unique philosophy of work, engineering and life. He also has the same kind of treadmill desk that I have. “I […]
Read More
Learn Git In 15 Minutes
n this video, learn what you need to know to get started using Git. This tutorial video covers git add, git commit, git branch, git checkout, and git merge!
Read More