GITHUB commands

GITHUB commands
Step-by-Step Git Commands Execution: Initialize a Git repository: git init Creates a new Git repository in the folder 24MCR095.Add a file to staging area: git add 24MCR095.txt Adds 24...
0 Read More

Nice To BE Here

Hey everyone! I’m Chinemerem, and I’m currently teaching myself web development. I started with HTML and I’m working my way through CSS and JavaScript. I’m here to learn, connect with other de...
0 Read More

Working With Git Commands

Working With Git Commands
1. Initialize Your Git RepositoryFirst things first, we need to turn your project folder into a Git repository. Open your terminal and run this command: This creates a .git folder in your project, whi...
0 Read More