git open This is a simple alias that will open the current terminal git repo's source repo in the browser. So if you clones https://github.com/NathanaelA/fluentreports and you did a git open it will open it in your browser. This alias works for all the known types of urls I've personally run into on my computer...… Continue reading Simple Git Tip
Tag: git
GitLab Verified Email account issue
I use a privately hosting Gitlab's instance for a bazillion projects; and have a lot of users from around the world. Unfortunately, I have ran into a long standing bug that has never been fixed in many years. It only crops up occasionally now, but it is still a major pain for everyone involved. Many,… Continue reading GitLab Verified Email account issue
Git submodule and shallow clones
This tip is more for my records because I am having to look up this information since it is not something I use all the time. However, I hope it helps some of you too. You do need a recent version of git. If you have a submodule that has a REALLY large history… Continue reading Git submodule and shallow clones