Learn the absolute minimum Git workflow:
change something β save it β send it to GitHub
- On your Desktop, create a new folder named:
task3-yourName
- Inside the folder, create a file named
README.md - Add the following content:
My name is: <your Discord username>- Go to the Team organization
- Create a new private repository
- Use the same name as your folder:
task3-yourName
- Initialize Git locally
- Add the file
- Commit your changes
- Push the project to the GitHub repository
- After the first push:
- Create a new file named
index.js - The file can be empty
- Create a new file named
- Add, commit, and push this change again
- Repo exists on GitHub
- Both files are visible:
README.mdindex.js
- Commit history shows 2 commit
- How to initialize a Git repository
- The basic Git workflow:
- add β commit β push
- The difference between local files and GitHub (remote)
Deadline : 24 Dec 2025 08:30 PM