I suggest to explain the myriad ways of how to authenticate to GitHub. And also the mysterious credential manager which hangs around in background when using git cli in windows or Mac.
2 weeks ago | 0
How often do you guys use git fetch? I've only ever used git pull
2 weeks ago | 3
ByteByteGo
How does Git Work?
The diagram below shows the Git workflow.
Git is a distributed version control system.
Every developer maintains a local copy of the main repository and edits and commits to the local copy.
The commit is very fast because the operation doesn’t interact with the remote repository.
If the remote repository crashes, the files can be recovered from the local repositories.
Over to you: Which Git command do you use to resolve conflicting changes?
--
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.
Launch sale: 50% off. Check it out: bit.ly/bbg-yt
#systemdesign #coding #interviewtips
.
3 weeks ago | [YT] | 1,752