Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Alice oops, typo.... 🤔😬😬😅
Thanks for mentioning this before the 5 minute limit 🤗 -
DataSecs9377y@ebourgess I would also add that it's like a storage for code. Probably using books as an analogy would help 🤔
-
rui7257617yThink of github as an online hard drive.. when we clone we are trying to download a copy of the contents of our online hard drive to our local hard drive.. the code being the files and repository is the root directory.. branches are folders that have master folder and your working branch(folder).. every changes can be done freely with the code and it’s files.. think of it as edit mode and once you commit this will be like preparing a list of all the files you have changed.. once you push the files you are trying to save everything to your online hard drive..pull is basically trying to get the latest changes of your target branch(folder)...merging is trying to copy the contents of your working branch(folder) to your master folder(branch)
-
github95617yA register with stores all information(code, configs, docs) along with its audit trails.
Anyone who has a permission can edit the information in the register and also gets an entry in audit trail (just in case to find the culprit of a change later)
Hope, I explained myself clearly. -
It's a time machine. It comes with a book containing everything that happened, so you can go back in time to any point in the book.
You can add things to the book, ofc.
Related Rants
How do you explain git for non-techies? 🤔🤔🤔🤔
question
github
git