|
You are here |
github.com | ||
| | | | |
www.jtolio.com
|
|
| | | | | [AI summary] The article introduces a lightweight local Docker container solution called git-hostd for temporary code collaboration without setting up a public repository. | |
| | | | |
blog.gopheracademy.com
|
|
| | | | | Introduction The websites that power GopherAcademy and GopherCon are written using Revel, which is a very nice framework for building web applications. Go has a great built-in HTTP server, but there are times when you don't want to roll-your-own web framework. | |
| | | | |
etodd.io
|
|
| | | | | [AI summary] The author demonstrates a technical workaround to bypass Bitbucket access restrictions by using build pipelines to exfiltrate code to a different cloud provider. | |
| | | | |
williamdurand.fr
|
|
| | | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance). | ||