Must know Tips & Tricks when using Github terminal
Here are some tips for using the GitHub terminal: Use git status to check the current status of your repository, including which files have been modified and which branch you are currently on. Use git diff to see the differences between the current state of your files and the most recent commit. Use git add to stage changes for a commit. You can add specific files or use git add . to stage all…
View On WordPress








