name : Shubhangi date : 8-1-2026 Interested Project : Banking Projects
This repo is used for Git training.
Instructions:
- Clone the repository
- Create a feature branch under your name
- Complete the assigned task
- Push the branch and raise a Pull Request
Cloning -
- Fork the repo
- git clone https://github.com//GitTraining2026.git
- cd GitTraining2026
- git remote add upstream https://github.com/13-Sonal/GitTraining2026.git
- git checkout -b feature/my-branch
- git add .
- git commit -m "My changes"
- git push origin feature/my-branch
OR
- Add your GitHub username in the shared Google Sheet https://docs.google.com/spreadsheets/d/1_-4DjvEu5UyafY_bnPl8fmn3XPh62P-ZRIqZGzdAIbA/edit?gid=0#gid=0
- Wait for collaborator access
- Clone the repo
- Create a feature branch
- Push directly to the repo