Git

78 bookmarks
Newest
A brief introduction to Git for beginners | GitHub
A brief introduction to Git for beginners | GitHub
Learn the fundamentals of Git, including installation, configuration, and essential concepts like staging, committing, and branching. By the end of this video, you'll have a solid foundation in Git and be ready to use it in your projects. Welcome to the GitHub for Beginners video series! In this comprehensive tutorial, join GitHub Developer Advocate Kedasha Kerr as she guides you through everything you need to know to get started and be successful with Git and GitHub. Happy coding! #Git #Coding #GitHub ▬▬▬▬▬▬ WANT TO LEARN MORE? 🚀 ▬▬▬▬▬▬ - https://docs.github.com/en/get-started/using-git/about-git - https://docs.github.com/en/get-started/getting-started-with-git/set-up-git - https://github.blog/2024-05-27-what-is-git-our-beginners-guide-to-version-control/ 💭 To keep conversing about Git and getting started on GitHub, head to the GitHub Community: https://gh.io/learn-git ▬▬▬▬▬▬ TIMESTAMPS ⌚ ▬▬▬▬▬▬ 0:00 Introduction to Git and Version Control 0:44 What is Git? 1:41 Basic Git Concepts 3:06 Installing Git 5:10 Configuring Git 5:52 Basic Terminal and Git Commands 8:29 Difference between Git and GitHub Stay up-to-date on all things GitHub by connecting with us: YouTube: https://gh.io/subgithub Blog: https://github.blog X: https://twitter.com/github LinkedIn: https://linkedin.com/company/github Insider newsletter: https://resources.github.com/newsletter/ Instagram: https://www.instagram.com/github TikTok: https://www.tiktok.com/@github About GitHub It’s where over 100 million developers create, share, and ship the best code possible. It’s a place for anyone, from anywhere, to build anything—it’s where the world builds software. https://github.com
·youtube.com·
A brief introduction to Git for beginners | GitHub
Git Fixup: Wie repariere ich meine Historie? - Thinktecture AG
Git Fixup: Wie repariere ich meine Historie? - Thinktecture AG
Manchmal vergisst man Dinge - und muss sie dann etwas später nachholen. Die Git-Historie verrät solche Versäumnisse auf eine eher unschöne Art. Dieser Fixup-Workflow erlaubt uns, die Git-Historie und unser Gewissen mit zwei einfachen Schritten zu beruhigen.
·thinktecture.com·
Git Fixup: Wie repariere ich meine Historie? - Thinktecture AG
Git Tips and Tricks
Git Tips and Tricks
Some things that people don’t tend to know about Git anymore, and some new things you might not have noticed.
·blog.gitbutler.com·
Git Tips and Tricks
Learn Git Branching
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
·learngitbranching.js.org·
Learn Git Branching
Super Useful CSS Resources 🌈
Super Useful CSS Resources 🌈
The ultimate list of 70+ web-based CSS tools that every frontend developer should have bookmarked!
·dev.to·
Super Useful CSS Resources 🌈
GIT PURR! Git Commands Explained with Cats!
GIT PURR! Git Commands Explained with Cats!
git purr, git meowge, and git puss! My doodling on basic git commands, and difference between merge and rebase with cats!
·girliemac.com·
GIT PURR! Git Commands Explained with Cats!
Merging vs. Rebasing | Atlassian Git Tutorial
Merging vs. Rebasing | Atlassian Git Tutorial
Compare git rebase with the related git merge command and identify all of the potential opportunities to incorporate rebasing into the typical Git workflow
·atlassian.com·
Merging vs. Rebasing | Atlassian Git Tutorial
Gitea: Git with a cup of tea
Gitea: Git with a cup of tea
Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go
·gitea.com·
Gitea: Git with a cup of tea
Advanced Techniques in Git: Interactive Rebasing
Advanced Techniques in Git: Interactive Rebasing
You may use Git to collaborate with your team, but are you using it to elevate your codebase's history? Follow along to learn some advanced Git techniques like interactive rebasing.
·sparkbox.com·
Advanced Techniques in Git: Interactive Rebasing
Use Git tactically
Use Git tactically
How you can use micro-commits to effectively apply the Strangler Fig pattern.
·stackoverflow.blog·
Use Git tactically
Monorepo Explained
Monorepo Explained
Everything you need to know about monorepos, and the tools to build them.
·monorepo.tools·
Monorepo Explained
Cherry-Picking Commits in Git
Cherry-Picking Commits in Git
In part 5 of this series, we looked at rebasing and merging. Although there are a couple of differences between git merge and git rebase, both commands have the same goal: they integrate changes from one branch into another.
·css-tricks.com·
Cherry-Picking Commits in Git
gitlet.js
gitlet.js
·gitlet.maryrosecook.com·
gitlet.js
Git from the inside out
Git from the inside out
This essay explains how Git works. (If you’d rather absorb the same information as a talk, you can watch this video instead.)
·maryrosecook.com·
Git from the inside out
Git Branch Cheatsheet
Git Branch Cheatsheet
A cheatsheet showing various ways to interact with git branches from the command line
·elijahmanor.com·
Git Branch Cheatsheet
Learn Git Branching
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
·learngitbranching.js.org·
Learn Git Branching
How To Make Life Easier When Using Git — Smashing Magazine
How To Make Life Easier When Using Git — Smashing Magazine
You don’t need to know your trees from your dangling blobs. If you use Git every day and feel like it’s a juggling act, then here are some tricks and tips to help make your life a bit easier.
·smashingmagazine.com·
How To Make Life Easier When Using Git — Smashing Magazine
Git from Beginner to Advanced - MadeByMike
Git from Beginner to Advanced - MadeByMike
Getting comfortable with Git took me a long time. I thought I'd write a quick guide that assumes no prior knowledge, along with some of my favourite tips and tricks.
·madebymike.com.au·
Git from Beginner to Advanced - MadeByMike
Squashing Your Pull Requests - Cloud Four
Squashing Your Pull Requests - Cloud Four
As a general rule, when merging a pull request from a feature branch with a messy commit history, you should squash your commits. There are exceptions, but in most cases, squashing results in a cleaner Git history that’s easier for the team to read.
·cloudfour.com·
Squashing Your Pull Requests - Cloud Four