GitHub Is Down?
21–30 of 39 posts
Re: GitHub Is Down?
#22Re: GitHub Is Down?
#23This is the perfect moment to stress that git is decentralized, so you can push/pull directly from you colleagues. The fact that github is down is a only poor excuse for an extended coffee break. ;) (Down from BE)
Re: GitHub Is Down?
#24This is the perfect moment to stress that git is decentralized, so you can push/pull directly from you colleagues. The fact that github is down is a only poor excuse for an extended coffee break. ;) (Down from BE)
Unless most of us are stupid enough to use GitHub issues and PRs instead of having that data in the repository itself.
Re: GitHub Is Down?
#25Re: GitHub Is Down?
#26Earlier quoted context omitted.
Unless most of us are stupid enough to use GitHub issues and PRs instead of having that data in the repository itself.
Is there actually something like that? A way to have issues inside the repo?
There is also a project (probably many) for managing patches and/or issues in a git repository, but I can't find any links to it right now (can't access my github stars...)
Edit: there is also a alternative to git that has much of the same functionality of github embedded in the SCM itself, Fossil. https://www.fossil-scm.org
Edit2: GitHub back, think the project I was thinking about above was https://github.com/MichaelMure/git-bug which describes itself as "Distributed bug tracker embedded in git"
Re: GitHub Is Down?
#27Re: GitHub Is Down?
#28Re: GitHub Is Down?
#29This is the perfect moment to stress that git is decentralized, so you can push/pull directly from you colleagues. The fact that github is down is a only poor excuse for an extended coffee break. ;) (Down from BE)
Re: GitHub Is Down?
#30This is a good moment to check out http://radicle.xyz/ , a peer-to-peer stack for code collaboration based on git and IPFS.
Edit: Pleasantly surprised.