Top Tweets for #GitTip
🚀#GitTip of the day: Want to undo the last commit but keep the changes? Use `git reset HEAD~`. It will uncommit changes but keep them in your working directory. #Developer #CodingTips #Git #GitHub
TIL you can trigger CI without making changes to your codebase by pushing an empty commit with --allow-empty

#gittip
when you push a commit by accident, use this command
git push -f origin last-good-commit-hash:branch_name
PAREN TODO #gitTip
Pueden creer que de casualidad acabo de descubrir como volver a la última branch de git con la que estaba trabajando?
La cantidad de tiempo que me hubiera ahorrado todos estos años 🤯
git checkout -
Ahora siento que programo más rápido 👀 jajaja
#GitTip. Para aquellos que os sintáis cómodos con git rebase y reescritura de historia en git y no os queda otra que hacer un git push --force, echad un ojo a --force-with-lease (si no lo conocéis ya). Vivirás más tranquilo: https://t.co/LDzHtNwtli
git add -p <file> 可以提交指定行数的变更而不用担心提交整个文件,维护 opencore EFI 但不提交 SerialNumber 学到的技能 #gittip
Having trouble with a git rebase?
git add .
git commit
git checkout main
git pull
git checkout -b new-branch
git log old-branch (note commits to move)
git cherry-pick <commit> (repeat for every commit)
git rebase -i HEAD~N (N as number of moved commits)
git push
🎉
#gitTip

This #gittip came in useful today: listing branches by commit date in descending order (most recent on top) 👉 git branch --sort=-committerdate
what is your favorite git tip or trick? that thing that totally changed your workflow? #git #gittip #cmdpromptpro
#Git #GitTip #Programming
Specify more than one commit to create a merge with more than two parents aka Octopus merge.


#gitTip #devTip
Delete all local branches except `master` or specified branches using these commands or even better, using a git alias.
#git #gitCommands #devTips

Last Seen Hashtags on Sotwe
smalldick
Seen from Australia
somali girl
Seen from Denmark
GayIstanbul
Seen from Turkey
EUROCALL2019
Seen from United States
transporn
Seen from Germany
paquetehbomax
Seen from United States
istanbulshemale
Seen from Turkey
independentJammuKashmir
Seen from United States
舔舔
Seen from Thailand
momson()()() or #exny()()() or #nolimit()()() +filter:native_video
Seen from Netherlands
Most Popular Users

Elon Musk 
@elonmusk
241.5M followers

Barack Obama 
@barackobama
119.1M followers

Cristiano Ronaldo 
@cristiano
113.7M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Narendra Modi 
@narendramodi
107.2M followers

Rihanna 
@rihanna
98.5M followers

NASA 
@nasa
92.4M followers

Justin Bieber 
@justinbieber
91.7M followers

KATY PERRY 
@katyperry
89.5M followers

Taylor Swift 
@taylorswift13
83.5M followers

Lady Gaga 
@ladygaga
75M followers

Virat Kohli 
@imvkohli
72.7M followers

Kim Kardashian 
@kimkardashian
70.7M followers

YouTube 
@youtube
68.8M followers

Neymar Jr 
@neymarjr
65.6M followers

Bill Gates 
@billgates
64.9M followers

Selena Gomez 
@selenagomez
62.6M followers

The Ellen Show
@theellenshow
62.3M followers

CNN 
@cnn
61.8M followers

X 
@x
60.8M followers


















