Some things I learned from “Git tips and tricks | GitLab”
Posted by jpluimers on 2020/01/21
Via [WayBack] Git tips and tricks | GitLab “Handy Git commands for everyday use” I learned these:
- [WayBack] Git Extensions | Git Extensions is a graphical user interface for Git that allows you to control Git without using the commandline
- [WayBack] posh-git by dahlbyk: posh-git is a PowerShell module which provides Git/PowerShell integration
git config --global status.submoduleSummary true
Or manually add the following to your~/.gitconfig:[status]
submoduleSummary = true- [WayBack] GitHub – paulirish/git-open: Type `git open` to open the GitHub page or website for a repository in your browser.
–jeroen
Via: [WayBack] GitLab on Twitter: Ready to get #backtowork? Brush up on a few tips and tricks we use at GitLab everyday: https://t.co/W8zFjxnSN6






Leave a comment