Genre: eLearning | MP4 | Video: h264, 1280×720 | Audio: aac, 48000 HzLanguage: English | VTT | Size: 7.73 GB | Duration: 18 hoursWhat you’ll learnDeeply understand how Git works under the hoodUse Git not just in terminal but also in graphical user interfaces like GitHub Desktop, SourceTree, Visual Studio CodeLearn different GIt objects – blobs, trees, commits and annotated tagsCreate local and remote Git repositoriesPerform basic and advanced Git operationsLearn how to perform rebasing and merging of the branchesLearn what is pull request and how to create pull request at GitHubContribute to public repositories using technique of forks and pull requests from the forked repositoryUnderstand what is semantic versioning and how to use Git Tags in order to create software release versionsLearn advanced Git operations – squashing, cherry-picking, amending, reverting commits.
RequirementsWe will start from the very beginning, from basic Git features and move on to advanced techniques and operationsPrepare only your Mac, Windows or Linux/Unix computer.
Anything will work.
If you are new to Git, please start from the very beginning: learn how Git works and how to perform basic operations (git add, git commit, git branch)If you are advanced Git user I highly recommend you to watch “How Git works under the hood” section and then jump to advanced Git features like squashing, cherry-picking etc.
DescriptionThis course is all about Git and GitHub.
Understand HOW Git works and learn all Git features from basic commits to squashing and rebasing.
Blobs, Trees, Annotated tags, SHA1 hashesIf those terms are new to you – jump in and you will learn all about Git internals and afterwards practice basic and advanced Git features using multiple practice activities.
Become a master of Git, GitHub, GitHub Desktop, SourceTree and Visual Studio Code.
This is the most complete practical Git and GitHub guide here on Udemy that includes tons of practical activities. Most important is that you will learn how Git works and knowing it you will be able much more easier use Git features and fix mistakes in your development workflow. You can have zero knowledge about Git and GitHub. All will be taught from scratch, from basic to advanced features. If you want to get deep knowledge of Git and GitHub this course is for you!We will start by exploring internal structure of the Git repository.
You will learn that Git has 4 types of objects: blobs, trees, commits and annotated tags.
Each object has unique SHA1 hash.
Also all objects are stored in the folders.
Every object has just single reference to it – SHA1 hash.
Files are stored in blobs.
Filenames are stored in other Git objects called trees.
I will explain you how to create new Git objects without using git commit and git add. After creating Git object in the Git repository you will checkout it to staging area and working directory (opposite direction to traditional Git flow)Afterwards we will jump into tons of practice activities and use different Git and GitHub featuresIn practice sections you will perform multiple practice Git activities:Initialize new Git repositoryMake changes, add them to staging area and commitCreate branches, checkout branches and merge branchesPerform fast-forward and 3-way merges of the branchesResolve merge conflictsMove into detached HEAD state and make experimental commits therePerform rebasing of the branchesYou will also learn and practice different GitHub featuresConnect local and remote repositoriesPushing, fetching and pulling operationsOpen Pull RequestMerge Pull RequestAdd software versions using Git TagsCreate forks from other repositoriesContribute to public repositories using technique of forks and pull requestsPerform rebasing with squashingYou will use not just terminal and shell commands for performing Git operations. In parallel you will also use GUI applications that simplify routine day-by-day Git operations:GitHub DesktopSourceTreeVisualStudio CodeWith this course you will get lifetime-long access to almost 200 lectures and tens of practical exercises.
After the course you will become a guru of Git and GitHub and will be able easily perform basic and advanced Git tasks.
But most important is that you will UNDERSTAND Git.
You will also get 30-days money-back guarantee. No questions asked!Don’t wait and join the course now!Who this course is for:You could be either complete beginner or experienced developer with years of usage of GitYou may know how to USE Git but you may not know HOW Git worksIf you want to learn HOW and WHY Git and GitHub work – this course is for you!