How to git (diff, log, remote, push)

Read Time 2 minutes In the previous post we learnt how to create an empty git repository, added new files, viewed repo status using git status and committed local changes. Today, we are going to learn how to see the difference using git diff and push local changes to a github remote repository. git diff We can see the …

How to git (diff, log, remote, push) Read More »