GIT/GITHUB COMMANDS

GIT/GITHUB COMMANDS
Git is a powerful version control system that helps you track changes and collaborate on code. This post breaks down 11 must-know Git and GitHub commands in a beginner-friendly way. 1. git ini...
0 Read More

Git/Git Hub commands

Git/Git Hub commands
Git Basic Command: git init: initialize an existing directory as a Git repository git add: add a file as it looks now to your next commit (stage) git commit: Adding commits keep track of ...
0 Read More