Welcome to APSSDC Source Code Management using Git and GitHub Online Training this repository consists of all the files, resources, and recorded session links which are discussed during the entire training.
Meeting Link -> [Click Here to Join] or Meeting Id -> [813-291-909]
Few resources avaliable @ [resources.md] file don't forget to use them
Everyone should compulsory follow the below instruction in order to get the attendance --> Certificate
- Login format
rollnumber-name-college
- Don't give spaces in roll number or shorcut of your roll number
- Don't give spaces between rollnumber and name (only - single minus or hyphen character)
- Make sure roll number should match with the registered roll number
- Minimum
100
minutes should attend in120
minutes session with same login format
- Introduction to Source Code Management
- History of Git & GitHub
- Version Control System and Types
- Git Terminology
- Repository
- Branch
- Commit
- Master Branch
- Project Workflow
- Download & Install Git
- Git and GitHub Account Setup
- Git Profile Update
- Creating, Commiting and Updating of Remote Repository
- Linux Commands
- README for remote repository
- Choosing the templete for
.gitignore
- Choosing license for
project
- Markdown syntax for documentation
- git clone
- touch file.txt
- git add --all
- git status
- git commit -am "mess"
- git git log
- git commit -am --online
- git add remote
- git pull
- git push
- GitHub Pages
- Requirements For Building Website
- Website Templete
- Open Source Contribution
- Fork
- Pull Request
- Merge