- π I met and married my wife in 2019.
- π§ We had our first child in 2020.
- π§ We had our second child in 2022.
- π My focus is mostly on Mobile Applications, Backend and AI.
I'm a Software Engineer in the Philippines. I meditate, code and enjoy time with family. I contribute to open source when available.
-
Edamama
- Philippines
- @HirogaKatageri
- in/hirogakatageri
Pinned Loading
-
Shell Script Commands: Git Shortcuts
Shell Script Commands: Git Shortcuts 1# Add the following line to your ~/.bashrc or where your other shell commands are at.
2# git.ignore: Untracks ignored files in Git.
3# git.prune: Deletes local merged branches on current branch. It protects: (master, main, develop)
45alias git.ignore='git add . && git commit -m "Committing all changes..." && git rm -r --cached . && git add . && git commit -m "Removing ignored tracked files..."'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.