Hacker News
- Pushing a commit, eh? Opinions about working with others with git http://flowa.fi/blog/2015/03/29/pushing-a-commit-eh.html 2 comments
- Windows 10 Git Bash Emulation Not Working https://gitforwindows.org/ 7 comments git
- Understanding how git works by building it https://skeletonsinsoftwarecloset.com/blog/building-git-part-1/ 5 comments javascript
- Work faster with Git aliases https://dev.to/peterj/work-faster-with-git-aliases-3791 3 comments programming
- Working Better with Git for a Clear History https://diessi.ca/blog/working-better-with-git-for-a-clear-history/ 5 comments webdev
- cargo publish: 1 files in the working directory contain changes that were > not yet committed into git: https://www.reddit.com/r/rust/comments/6rczbl/cargo_publish_1_files_in_the_working_directory/ 5 comments rust
- Git Money - Work from anywhere http://gitmoney.io/ 10 comments btc
- How to work with Git (flowchart) http://justinhileman.info/article/git-pretty/ 389 comments programming
- Working Through Git Conflicts in Vim http://akahn.net/2011/10/12/working-through-git-conflicts-in-vim.html 9 comments vim
- Work with Git from Emacs http://alexott.net/en/writings/emacs-vcs/emacsgit.html 7 comments emacs
- Using hg-git to work in git and push to hg http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/ 3 comments programming
- Magit doesn't work with git under mingw64 https://packages.msys2.org/packages/mingw-w64-x86_64-emacs 4 comments emacs
- Dolt - A SQL Database that Works like Git https://cult.honeypot.io/reads/dolt-a-sql-database-that-works-like-git/ 7 comments webdev
- Git completion for ZSH not working properly in macOS Catalina https://git-scm.com/book/id/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh 3 comments zsh
- How git revert works and how to use it effectively https://gitbetter.substack.com/p/how-git-revert-works 14 comments programming
- How git push over ssh works http://kamalmarhubi.com/blog/2015/11/21/using-strace-to-figure-out-how-git-push-over-ssh-works/ 6 comments programming
- How git works [x-post /r/programming] http://slidetocode.com/2013/08/25/how-git-works/ 9 comments webdev
- Why does git reset --hard not reset my working directory https://www.atlassian.com/git/tutorials/undoing-changes/git-reset 7 comments git
- A Hacker's Guide to Git (explains how git works under the bonnet) http://wildlyinaccurate.com/a-hackers-guide-to-git/ 5 comments programming
- I am working on my own and just want to confirm I am git rebase correctly. Can someone confirm this is correct? https://gist.github.com/nnja/a1888523ec851c6b94b2647956d5c3b4 2 comments git
- Git process that works - say no to GitFlow https://reallifeprogramming.com/git-process-that-works-say-no-to-gitflow-50bf2038ccf7 95 comments programming
- 99% of the Git commands you'll need at work, demonstrated in a single script https://bitbucket.org/bitpusher16/dotfiles/raw/49a01d929dcaebcca68bbb1859b4ac1aea93b073/refs/git/git_examples.sh 391 comments programming
- Simple conventions which make Git work best for a team https://deepsource.io/blog/git-best-practices/ 7 comments programming
- Struggling to understand how Git works, specifically in an agency environment? https://try.github.io/levels/1/challenges/1 4 comments web_design
- perl marries git and ftp -- what do you think of my work? https://github.com/spacez320/git2ftp 23 comments perl
- Working with a remote SVN repository in Git http://live.gnome.org/gitforgnomedevelopers 2 comments programming
- `git worktree`, supporting multiple concurrent working trees in git https://git-scm.com/docs/git-worktree 11 comments programming
- VS Code Timeline Restores Lost Work That Git Can't https://austingil.com/vs-code-timeline-restores-work-git-cant/ 5 comments frontend
- Automatically deploying a GIT repo to a website on push - works great! http://caiustheory.com/automatically-deploying-website-from-remote-git-repository#comment-119182 10 comments webdev
- Git Please - Using Force With Lease To Prevent Losing Work https://buddyreno.me/git-please-a182f28efeb5#.q908gsm42 7 comments git
- A Continuous Release Process And GIT Branching Model That Works For Small And Big Teams. https://tech.spryker.com/continuous-release-process-22edc02a5c13#.ril614agb 12 comments git
- autosaved: a utility that watches Git repositories for uncommitted changes so that you never lose your work. Written in Go https://github.com/nikochiko/autosaved 17 comments programming
- Reading the tiny amount of code of the very first publicly available Git version is a great way to understand how it works. https://github.com/chyojn/git-0.01/commit/b8a78d6aaecc8d8190ee559ca0687d5b18a7cdf1 247 comments programming
- Perforce/Git Fusion: use standard Git client to work with views into Perforce depot (including push, branches) http://perforce.com/git-fusion 14 comments programming
- As a basic practice, if I'm working on a new-feature branch locally that I haven't pushed to the remote repository, should I be regularly doing a `git pull` to get the latest code, or does it depend? https://www.reddit.com/r/learnprogramming/comments/l0k16x/as_a_basic_practice_if_im_working_on_a_newfeature/ 13 comments learnprogramming
- Space Engineers Developer dropped into Proton git to help support Proton, game soon to work FLAWLESSLY with wine mono! https://github.com/ValveSoftware/Proton/issues/1792 102 comments linux_gaming
- You absolutely NEED to know the basics of Version Control. Here's my 3-part video tutorial on what Version Control is, how it works and how to use it (git & github). https://www.reddit.com/r/gamedev/comments/cxw1r0/you_absolutely_need_to_know_the_basics_of_version/ 14 comments gamedev
- Git:undoing stuff & git rebase. Slides from a talk I did at work the other week to help the team get to grips with rebasing. http://slides.com/lilianakastilio/github-4#/ 21 comments webdev
- I need a setup to manage a working dev environment and output it to a separate Git repo that can be publicly shared on Github http://haseydesign.com/flexi-cart 5 comments webdev
- Git Extensions is a toolkit to make working with Git on Windows more intuitive, includes VS plugin http://code.google.com/p/gitextensions/ 10 comments programming