Pushing to existing repo from other folder
Slides:- https://app.eraser.io/workspace/P96VaUsW5o0FXVOTDzHY
Commit messages https://github.com/joelparkerhenderson/git-commit-message?tab=readme-ov-file
Git Branch naming https://tilburgsciencehub.com/topics/automation/version-control/advanced-git/naming-git-branches/
git show SHA
shows all about that commitgit log --oneline
shows all the commit logs in on line with short id name
git log -n “number”
gives that many number of commitsgit reset filename
removes from the staging areagit blame
shows the history of everything about a file