126 results for Git
develwoutacause’s Twitter Archive—№ 1,656
Bonus tip - Add to your .gitconfig: [pull] rebase = true And git pull will rebase instead of merge by default! If you prefer git pull --rebase, you now no
develwoutacause’s Twitter Archive—№ 492
What is the use case for the "untracked" state in #Git? Either I want a file tracked, or it's in .gitignore (whether in-repo, global, or user-specific). We already have "unstaged"
develwoutacause’s Twitter Archive—№ 1,650
have are: # Amend and keep the original commit message. git amend => git commit --amend --no-edit # Interactive rebase of a feature branch. git rb => git rebase -i
develwoutacause’s Twitter Archive—№ 1,048
The joys of #Git rebase workflows.
develwoutacause’s Twitter Archive—№ 1,788
git commit -m "Feeling cute, might revert later.".