Git

82 bookmarks
Newest
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
mermaid · GitBook
mermaid · GitBook
Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
·mermaidjs.github.io·
mermaid · GitBook
My Opinionated git Cheat Sheet
My Opinionated git Cheat Sheet
Ben Nadel creates a git cheat sheet for himself so that he can refer to it when he forgets how to execute certain git use cases. This git cheat sheet will also serve as a repository of the git information that he gathers over time.
·bennadel.com·
My Opinionated git Cheat Sheet
The Smart Ways to Correct Mistakes in Git | CSS-Tricks
The Smart Ways to Correct Mistakes in Git | CSS-Tricks
The world of software development offers an infinite amount of ways to mess up: deleting the wrong things, coding into dead ends, littering commit
·css-tricks.com·
The Smart Ways to Correct Mistakes in Git | CSS-Tricks
An introduction to Git merge and rebase: what they are, and how to use them
An introduction to Git merge and rebase: what they are, and how to use them
by Vali Shah An Introduction to Git Merge and Git Rebase: What They Do and When to Use Them As a Developer, many of us have to choose between Merge and Rebase. With all the references we get from the internet, everyone believes “Don’t use Rebase, it could cause serious problems.” Here I will explain what merge and rebase are, why you should (and shouldn’t) use them, and how to do so. Git Merge and Git Rebase serve the same purpose. They are designed to integrate changes from multiple branches
·medium.freecodecamp.org·
An introduction to Git merge and rebase: what they are, and how to use them
git on Windows - location of configuration files | On Web Security
git on Windows - location of configuration files | On Web Security
Git is used as distributed version control system for the majority of projects I work on. On Windows I use the official Git for Windows version, as well as the 'native' mingw/MSYS2 git binary when using the MSYS2 shell. The location of the system and global gitconfig configuration files varies, depending on which environment (native Windows command, Windows shell or MSYS2 shell) you're using, and depending on which binary (Git for Windows versus native git). There's a logic to it, but it can be hard to figure out... Git version 2 introduced a much easier method of finding where the git conf...
·onwebsecurity.com·
git on Windows - location of configuration files | On Web Security
Git How To: Guided Git Tutorial
Git How To: Guided Git Tutorial
Git How To is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it. The surest path to mastering Git is to immerse oneself in its utilities and operations, to experience it first-hand.
·githowto.com·
Git How To: Guided Git Tutorial
How can I set up an editor to work with Git on Windows? - Stack Overflow
How can I set up an editor to work with Git on Windows? - Stack Overflow
I'm trying out Git on Windows. I got to the point of trying "git commit" and I got this error: Terminal is dumb but no VISUAL nor EDITOR defined. Please supply the message using either -m or...
·stackoverflow.com·
How can I set up an editor to work with Git on Windows? - Stack Overflow
How do I rename a local Git branch? - Stack Overflow
How do I rename a local Git branch? - Stack Overflow
I don't want to rename a remote branch, as described in Rename master branch for both local and remote Git repositories. How can I rename a local branch which hasn't been pushed to a remote branch...
·stackoverflow.com·
How do I rename a local Git branch? - Stack Overflow
Best practices for cross platform git config? - Stack Overflow
Best practices for cross platform git config? - Stack Overflow
Context A number of my application user configuration files are kept in a git repository for easy sharing across multiple machines and multiple platforms. Amongst these configuration files is .git...
·stackoverflow.com·
Best practices for cross platform git config? - Stack Overflow
git - How to change line-ending settings - Stack Overflow
git - How to change line-ending settings - Stack Overflow
Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF w...
·stackoverflow.com·
git - How to change line-ending settings - Stack Overflow