Git Random Tips @git_random_tips
Joined January 2013-
Tweets61
-
Followers4
-
Following11
-
Likes0
Git rebase with autosquash coderwall.com/p/hh-4ea
Use 'git checkout -' to return to previously used branch. #git
Fugitive for #vim is the best #git integration tool ever. github.com/tpope/vim-fugi…
Git has a core.filemode option, when it set to false, #igit ignores mode changes.
'git log --graph' to see graphical history representation in console. #git
Ignore changes in tracked files #git #protip coderwall.com/p/7_a06a via @coderwall
Always show merge statistics 'git config --global merge.stat true'. #git
Recover a dropped stash #git #protip coderwall.com/p/shppfa via @coderwall
Use mnemonic prefixes with git diff instead of a and b: 'git config --global diff.mnemonicprefix true' #git
Because real hackers pivot two hours before their demo commitlogsfromlastnight.com
Useful notifications for #git commits kernel.org/pub/software/s…
git branch command has a --contains option to show only branches with specified commit. #git
git branch --merged | grep -v \* | xargs git branch -D Handy way to delete all local obsolete feature branches #git
To restore deleted branch you should first find its head hash with 'git fsck --lost-found' and run 'git branch branch_name hash' then.
'git stash branch branchname' to create new branch with stashed changes. #git
#git has a checkout-index command to copy files from index to the working tree.
Use 'git log --left-right branch1...branch2' to see differences between two #git branches.
Stage all git deletions #git #protip coderwall.com/p/z9fsza via @coderwall

Art Deineka 🇺🇦 @darkest_ruby
125 Followers 327 Following Functional programming, gym and coffee addict
@alexh.bsky.social Ho... @ceptional
6K Followers 3K Following Science-ing, and trying to improve science. Little book: https://t.co/EnXPZTpai2… Biases include @siminevazire (for), cats (against)
Julien Coste @CosteJulien
49 Followers 38 Following
Git Doctor @gitdoctor
128 Followers 291 Following Here to help any and all with beginning, or tricky git questions! Brought to you by @ecoffey
vimtips @vimtips
21K Followers 20 Following Like VI or VIM? So do I! Use it more effectively with daily tips. Catch them all at http://t.co/ty7XLqgePG.
🦊 GitLab @gitlab
168K Followers 624 Following Build software faster. The DevSecOps Platform enables your entire organization to collaborate around your code.
Git Daily Message @gitdailymessage
40 Followers 31 Following
Yehuda Katz @wycats
61K Followers 675 Following @[email protected] OSS enthusiast and @wykittens's parent. Heroku. Co-author of Extensible Web Manifesto. Front-end developer. @wifelette's husband. he/him
Atlassian Bitbucket @Bitbucket
47K Followers 140 Following 🧰 🚀 Build, test, and deploy with Bitbucket. 🙋♂️ 🙋♀️ Need help? Tweet @AskAtlassian. Check https://t.co/XNG2ILXv8H.
Scott Chacon @chacon
16K Followers 993 Following CEO of @gitbutler, cofounder of @SCNE_io, previously cofounder of @github. Probably here now: https://t.co/Fvkk95Wgtt
Unfortunate Victim @gitHater
471 Followers 10 Following It's Russian Roulette when you signed up for Spin-the-Bottle.
Git Doctor @gitdoctor
128 Followers 291 Following Here to help any and all with beginning, or tricky git questions! Brought to you by @ecoffey
Tips for Git @tipsforgit
205 Followers 4 Following Great tips for everyones favourite Distributed Source Control Management System. Formerly @agtad (A Git Tip A Day)