What you'll learn
✔కోర్స్ మొత్తం తెలుగు బాషలోనే ఉంటుంది
✔How Git and GitHub work
✔Learn the entire daily workflow that most developers use
✔Install git on Windows, Mac and Linux
✔Configure SSH for authentication
✔How to clone a GitHub repository
✔Create and use a remote repository on GitHub
✔How to add files to your own GitHub repository
✔Creating git branches
✔How to resolve merge conflicts
✔GitHub issues
✔How to fork a repo
✔GitHub pull requests
✔Staging, committing and pushing files to GitHub
✔Viewing your Git history
✔Git on the command line
✔How to merge git branches
✔View file changes before committing
✔How to fix typos in commit messages
✔How to resolve rebase conflicts
✔How to rebase
✔How to stash your code
✔How to add, delete and list tags
✔What to learn after you've learned Git
Course Curriculum
- How To Configure Git & Type Of Configuration (8:28)
- How To Config A User "Explanation" (10:15)
- How To Config A User "Git Bash" (5:30)
- How To Track A File In “git Bash” (14:16)
- How To Track A File In Reverse “Git Bash” STAGING AREA → WORK-DIRECTORY (11:07)
- How To Track A File In Reverse “Git Bash” LOCAL REPO → STAGING AREA (12:07)
- How To Track A File In Reverse “Git Bash” LOCAL REPO → WORKING DIRECTORY (14:19)
- Introduction Of Github (10:04)
- How To Create Github Account (8:34)
- How To Create A Central Repository In Github (8:13)
- How To Clone Data From GitHub. (4:22)
- How To Push Data (or) File Into Github (9:18)
- How To Push Complete Directory Into Github (4:37)
- HOW TO PUSH UPDATED FILE/DIRECTORY TO GITHUB (5:35)