/git
Branches, commits, rebases, recovery, and the commands that make version control feel less like defusing a bomb.
Everything filed under git
ShortWhat is Git Cherry-Pick?
Git cherry-pick applies a specific commit from another branch while preserving the rest of that branch's work.
0:521,562 views40 likes ShortHow to REALLY use git stash (save your work!)
Awaiting inside a loop runs operations sequentially, while collecting tasks and using `Task.WhenAll` enables concurrency when ordering is not required.
0:581,038 views31 likes ShortWhere's my code!?
The Peacock extension assigns colors to Visual Studio Code workspaces, with customizable targets and integrations for remote development and Live Share.
1:01566 views15 likes ShortWhat is git clean 🤯
`git clean` removes untracked files, with flags controlling forced deletion, untracked directories, and ignored files.
0:48545 views9 likes ShortWhat IS git switch!?
`git switch` separates branch switching from `git checkout`, while `git restore` handles restoring paths from an index or tree.
1:00509 views6 likes