How to use git aliases to 10X your workflow
I'm a software developer in the Los Angeles area. I build web and fullstack applications, as well as participate in cybersecurity games (HTB, Vulnhub, OTW, etc).
Search for a command to run...
I'm a software developer in the Los Angeles area. I build web and fullstack applications, as well as participate in cybersecurity games (HTB, Vulnhub, OTW, etc).
No comments yet. Be the first to comment.
How long does it take to send a message through an entire organization.

Want to learn how to solve Leetcode problem 10: Regular Expression Matching, using GoLang? Then follow along as I explain how to implement regex matching in Golang. What is Dynamic Programming (DP)? Dynamic programming is a problem-solving approach u...

How long does it take to send a message through an entire organization.

Finding the maximum path sum in a Binary Tree.

How to Serialize and Deserialize a Binary Search Tree

You can also use to create shortcut commands, or "aliases" , and improve your git workflow!
Here's the command you'd run in your shell:
git config --global alias.<alias> <cmd>
For example, I have git init --bare" aliased to "git naked"

Some aliases I've seen around that make me feel enlightened:
cm = commit -m
undo = reset HEAD~1
st = status
unstage = reset --soft HEAD^
So that's it folks! Have you any great aliases to share? I'm always looking for more ways to optimize my workflow, so share them here! Convene with you later 🧙🪶
You can read more about me or my current projects on my website