Git / Github
#Git is a Distributed Version Control system (DVCS). It can track changes to a file and allows you to revert back to any particular change.
Unusually, a DVCS works by having three places to store things:
1. Working Copy
2. Staging
3. Reposito...
gufitec.hashnode.dev2 min read