[Udemy] Git and github complete guide (2020)
File List
- 17 Advanced Git/209 Git reset.mp4 150.1 MB
- 04 How Git works under the hood/028 More details on hash collision probability (OPTIONAL).mp4 140.7 MB
- 17 Advanced Git/210 Git revert.mp4 127.1 MB
- 17 Advanced Git/218 Interactive rebasing with squashing in the local repository.mp4 120.1 MB
- 17 Advanced Git/217 Squashing of commits at GitHub.mp4 120.0 MB
- 01 Introduction to the Git and GitHub/001 Welcome and Course Overview.mp4 119.6 MB
- 19 Git Hooks/246 Introduce linter and run linter in the pre-commit Hook.mp4 108.6 MB
- 17 Advanced Git/213 Reflog - log of all Git operations.mp4 105.9 MB
- 07 Cloning, exploring and modifying public repositories/083 Git diff command.mp4 105.4 MB
- 02 Installation of the Git and configuration of the Shell/007 Installing Git on Windows.mp4 99.4 MB
- 10 Git push, fetch and pull/125 Resolving conflicts during Git pull.mp4 96.1 MB
- 06 Git branches and HEAD/068 Checkout specific commit.mp4 95.8 MB
- 19 Git Hooks/233 Using pre-commit Hook.mp4 95.3 MB
- 17 Advanced Git/219 Git development workflow.mp4 94.6 MB
- 17 Advanced Git/212 Cherry-picking commits.mp4 89.1 MB
- 12 Forks and contribution to the public repositories/160 Synchronizing changes from upstream.mp4 88.0 MB
- 11 Pull requests/154 Working with issues at GitHub.mp4 87.8 MB
- 07 Cloning, exploring and modifying public repositories/082 Commit changes in the cloned repository.mp4 84.4 MB
- 18 GitHub Pages/227 Configuring custom domain for GitHub Pages.mp4 83.8 MB
- 17 Advanced Git/214 Stashing changes using terminal.mp4 82.8 MB
- 12 Forks and contribution to the public repositories/167 Approving and merging pull request from the forked repository.mp4 81.6 MB
- 18 GitHub Pages/225 Fixing error with cached credentials by using SSH instead of HTTPS.mp4 79.7 MB
- 10 Git push, fetch and pull/123 Fetch remote changes manually.mp4 77.7 MB
- 10 Git push, fetch and pull/121 What is FETCH_HEAD.mp4 77.3 MB
- 19 Git Hooks/250 Verifying commit message using commitlint.mp4 76.7 MB
- 07 Cloning, exploring and modifying public repositories/077 Exploring contents of the cloned repository.mp4 75.5 MB
- 08 Merging branches/091 Performing 3-way merge.mp4 75.1 MB
- 18 GitHub Pages/224 Preparing React application for publish to the GitHub Pages.mp4 73.1 MB
- 08 Merging branches/099 Resolving conflicts in VS Code.mp4 71.4 MB
- 17 Advanced Git/204 Git log options - oneline, graph, stat.mp4 71.0 MB
- 06 Git branches and HEAD/074 Git reuses blobs with the same contents.mp4 70.1 MB
- 11 Pull requests/143 Adding comments and approving pull request.mp4 69.0 MB
- 10 Git push, fetch and pull/126 Pushing to remote repository.mp4 68.5 MB
- 09 GitHub and remote repositories/104 Exploring first repository at GitHub.mp4 67.6 MB
- 08 Merging branches/097 Observing conflicts in staging area and working directory.mp4 67.1 MB
- 19 Git Hooks/241 Adding mult and sum modules with tests.mp4 66.6 MB
- 16 Detached HEAD/199 Making experimental commits in detached HEAD state.mp4 66.6 MB
- 05 Basic Git operations/057 Exploring changes in Git repository.mp4 66.2 MB
- 13 Git Tags/176 Pushing tags to remote.mp4 65.8 MB
- 16 Detached HEAD/200 Retaining changes made in the detached HEAD state.mp4 65.3 MB
- 08 Merging branches/096 Creating merge conflict.mp4 63.8 MB
- 11 Pull requests/146 Creating and merging pull request.mp4 63.3 MB
- 04 How Git works under the hood/032 Contents of Git objects.mp4 61.6 MB
- 02 Installation of the Git and configuration of the Shell/008 Installing Git on Linux.mp4 61.4 MB
- 18 GitHub Pages/226 Verifying React GitHub Page.mp4 60.3 MB
- 13 Git Tags/171 Semantic versioning.mp4 60.0 MB
- 10 Git push, fetch and pull/129 Create remote branch based on local branch.mp4 60.0 MB
- 06 Git branches and HEAD/067 Git repository changes after third commit.mp4 58.6 MB
- 18 GitHub Pages/223 Creating basic React application.mp4 57.4 MB
- 19 Git Hooks/242 Using pre-commit NPM package for automation of the pre-commit hook.mp4 56.9 MB
- 17 Advanced Git/211 Modifying last commit using amend option.mp4 56.5 MB
- 11 Pull requests/153 Exploring pull requests in the public repositories.mp4 56.0 MB
- 10 Git push, fetch and pull/122 Git pull with fast forward merge.mp4 56.0 MB
- 05 Basic Git operations/053 Git files lifecycle.mp4 55.8 MB
- 08 Merging branches/092 Observing Git repository after 3-way merge.mp4 55.2 MB
- 04 How Git works under the hood/023 SHA1 Hash Function.mp4 54.3 MB
- 18 GitHub Pages/222 Hosting any Repository using GitHub Pages.mp4 54.3 MB
- 06 Git branches and HEAD/071 Create new branch.mp4 54.1 MB
- 07 Cloning, exploring and modifying public repositories/081 Exploring Visual Studio Code.mp4 53.7 MB
- 19 Git Hooks/251 Git Hooks Summary.mp4 53.2 MB
- 10 Git push, fetch and pull/130 Update tracking statuses of the branches.mp4 53.2 MB
- 03 Basic Shell commands/012 Shell commands - directory management.mp4 52.5 MB
- 17 Advanced Git/216 Garbage collection.mp4 52.2 MB
- 19 Git Hooks/237 Local Git Hooks are NOT pushed to the remote.mp4 51.9 MB
- 04 How Git works under the hood/019 Writing new Git object with git hash-object.mp4 51.0 MB
- 11 Pull requests/142 Open pull request.mp4 50.1 MB
- 19 Git Hooks/247 Introducing lint-staged package for checks only of the staged files.mp4 49.7 MB
- 13 Git Tags/173 Creating lightweight tags.mp4 49.7 MB
- 11 Pull requests/149 Opening and merging PR by collaborator.mp4 49.4 MB
- 18 GitHub Pages/228 Creating static GitHub Page using markdown.mp4 48.4 MB
- 03 Basic Shell commands/014 Shell commands - file management - PART 2.mp4 48.2 MB
- 11 Pull requests/139 Create new repository at GitHub.mp4 47.7 MB
- 19 Git Hooks/235 Disabling rebasing using pre-rebase Hook.mp4 47.5 MB
- 08 Merging branches/089 Fast forward merge in action.mp4 47.1 MB
- 04 How Git works under the hood/036 Creating Git Tree object.mp4 46.9 MB
- 11 Pull requests/148 Exploring own GitHub account.mp4 46.7 MB
- 07 Cloning, exploring and modifying public repositories/076 Cloning remote repository.mp4 45.7 MB
- 08 Merging branches/094 SourceTree in action.mp4 45.5 MB
- 19 Git Hooks/244 Replacing pre-commit NPM package with husky.mp4 45.3 MB
- 11 Pull requests/138 Pull request step-by-step.mp4 44.7 MB
- 05 Basic Git operations/049 Exploring commit object.mp4 44.2 MB
- 03 Basic Shell commands/013 Shell commands - file management - PART 1.mp4 44.1 MB
- 04 How Git works under the hood/030 Create new Git Blob based on the file.mp4 43.6 MB
- 14 Rebasing/187 Exploring graph and commits in SourceTree.mp4 43.1 MB
- 17 Advanced Git/202 Cloning one of the public repositories.mp4 42.4 MB
- 10 Git push, fetch and pull/118 Git fetch in action.mp4 42.3 MB
- 02 Installation of the Git and configuration of the Shell/010 Installing custom shell Z-Shell on the Mac.mp4 41.7 MB
- 15 Ignoring files in Git/192 Basic gitignore rules.mp4 41.6 MB
- 06 Git branches and HEAD/064 What is branch in Git.mp4 41.5 MB
- 19 Git Hooks/238 Cleaning up Local Git Hooks repository.mp4 41.3 MB
- 07 Cloning, exploring and modifying public repositories/078 Unpacking Git objects.mp4 41.1 MB
- 12 Forks and contribution to the public repositories/156 Creating Fork.mp4 40.8 MB
- 19 Git Hooks/239 Initializing new Node.js project.mp4 40.5 MB
- 10 Git push, fetch and pull/124 Merge FETCH_HEAD manually.mp4 40.4 MB
- 06 Git branches and HEAD/073 Explore commit in the new branch.mp4 39.7 MB
- 19 Git Hooks/236 Match authors Email against Regular Expression.mp4 39.2 MB
- 10 Git push, fetch and pull/112 Overview of the push, fetch and pull Git commands.mp4 39.2 MB
- 05 Basic Git operations/050 Current project state overview.mp4 39.0 MB
- 07 Cloning, exploring and modifying public repositories/079 Exploring cloned repository in GitHub Desktop.mp4 39.0 MB
- 19 Git Hooks/231 What are Git Hooks.mp4 38.9 MB
- 09 GitHub and remote repositories/108 Cloning remote repository.mp4 38.8 MB
- 15 Ignoring files in Git/196 Git ignore common practices and templates.mp4 38.3 MB
- 19 Git Hooks/229 Section 19 Introduction.mp4 38.3 MB
- 17 Advanced Git/208 Filter out merge commits in git log.mp4 38.0 MB
- 17 Advanced Git/207 Pretty formatting of git log.mp4 37.3 MB
- 06 Git branches and HEAD/069 Why do we need branches.mp4 37.2 MB
- 04 How Git works under the hood/037 Examining Tree Object.mp4 36.5 MB
- 14 Rebasing/184 Creating feature branch and making changes.mp4 36.1 MB
- 19 Git Hooks/248 Verifying selective linting and testing using lint-staged.mp4 35.9 MB
- 06 Git branches and HEAD/066 Third commit.mp4 35.8 MB
- 19 Git Hooks/234 Enabling post-commit Hook.mp4 35.3 MB
- 10 Git push, fetch and pull/132 Git show-ref.mp4 35.0 MB
- 06 Git branches and HEAD/065 What is HEAD in Git.mp4 34.9 MB
- 17 Advanced Git/206 Filtering commits by author or keyword.mp4 34.8 MB
- 19 Git Hooks/245 Skipping all Git Hooks using --no-verify option.mp4 34.6 MB
- 10 Git push, fetch and pull/111 Section 10 Introduction.mp4 34.4 MB
- 11 Pull requests/151 Configure protected branch rule.mp4 33.6 MB
- 13 Git Tags/170 Staging vs Production.mp4 33.5 MB
- 17 Advanced Git/215 Stashing using GitHub Desktop.mp4 33.4 MB
- 11 Pull requests/141 Pushing branch to remote.mp4 33.1 MB
- 18 GitHub Pages/220 Section 18 Introduction.mp4 33.1 MB
- 07 Cloning, exploring and modifying public repositories/084 Overview of the changes.mp4 32.7 MB
- 05 Basic Git operations/058 Current diagram of Git repository.mp4 32.2 MB
- 04 How Git works under the hood/029 Exploring Git objects with git cat-file command.mp4 32.0 MB
- 01 Introduction to the Git and GitHub/003 Section 1 Introduction.mp4 31.6 MB
- 05 Basic Git operations/052 Adding new file to working directory.mp4 31.5 MB
- 11 Pull requests/144 Creating and publishing new branch using GitHub Desktop.mp4 30.9 MB
- 14 Rebasing/177 Section 14 Introduction.mp4 30.4 MB
- 18 GitHub Pages/221 Creating simple website using GitHub Pages.mp4 30.0 MB
- 16 Detached HEAD/197 Section 16 Introduction.mp4 29.8 MB
- 19 Git Hooks/243 Cloning remote repository and verifying pre-commit hook.mp4 29.6 MB
- 14 Rebasing/179 Merging vs Rebasing.mp4 29.1 MB
- 06 Git branches and HEAD/060 Most common Git operations.mp4 28.7 MB
- 04 How Git works under the hood/021 What is hash function.mp4 28.3 MB
- 15 Ignoring files in Git/195 Ignore previously committed file.mp4 28.1 MB
- 06 Git branches and HEAD/072 Commit changes in the new branch.mp4 27.5 MB
- 08 Merging branches/093 Installing SourceTree.mp4 27.4 MB
- 19 Git Hooks/249 Adding post-commit Hook.mp4 27.4 MB
- 06 Git branches and HEAD/063 GitHub Desktop Overview.mp4 27.4 MB
- 10 Git push, fetch and pull/120 How to perform git pull.mp4 27.2 MB
- 06 Git branches and HEAD/062 Installing GitHub Desktop.mp4 27.1 MB
- 09 GitHub and remote repositories/102 Creating GitHub account.mp4 26.8 MB
- 10 Git push, fetch and pull/128 Remote and local branches are in sync now.mp4 26.7 MB
- 12 Forks and contribution to the public repositories/166 Open pull request from the forked repository.mp4 26.7 MB
- 09 GitHub and remote repositories/107 Making changes in the new branch.mp4 26.5 MB
- 19 Git Hooks/240 Installing Jest NPM package for testing.mp4 26.4 MB
- 12 Forks and contribution to the public repositories/159 Fetching changes from upstream.mp4 26.4 MB
- 08 Merging branches/085 Section 8 Introduction.mp4 26.3 MB
- 04 How Git works under the hood/026 Git hash collision probability.mp4 26.2 MB
- 11 Pull requests/152 Merging after required approve.mp4 25.9 MB
- 10 Git push, fetch and pull/117 Git remote show origin.mp4 25.8 MB
- 11 Pull requests/136 Why pull request was named pull request.mp4 25.5 MB
- 06 Git branches and HEAD/059 Section 6 Introduction.mp4 25.4 MB
- 15 Ignoring files in Git/189 Section 15 Introduction.mp4 25.3 MB
- 11 Pull requests/147 Adding new collaborator under GitHub.mp4 24.9 MB
- 04 How Git works under the hood/020 JSON vs Git database.mp4 24.6 MB
- 04 How Git works under the hood/016 Initialize new Git repository.mp4 24.5 MB
- 01 Introduction to the Git and GitHub/004 Git vs GitHub.mp4 24.2 MB
- 02 Installation of the Git and configuration of the Shell/009 Installing iTerm2 on the Mac.mp4 23.5 MB
- 10 Git push, fetch and pull/116 Checkout remote branch.mp4 23.4 MB
- 13 Git Tags/175 Exploring git tag object.mp4 23.3 MB
- 05 Basic Git operations/055 Unstage file using git rm.mp4 23.1 MB
- 12 Forks and contribution to the public repositories/157 How to sync changes from the parent repository.mp4 23.0 MB
- 10 Git push, fetch and pull/131 Remove remote branch using local terminal.mp4 22.7 MB
- 10 Git push, fetch and pull/113 What is origin.mp4 22.6 MB
- 04 How Git works under the hood/017 Overview of .git folder.mp4 22.5 MB
- 05 Basic Git operations/051 Basic Git commands.mp4 22.4 MB
- 11 Pull requests/133 Section 11 Introduction.mp4 22.1 MB
- 19 Git Hooks/232 How Git Hooks could be used on practice.mp4 22.0 MB
- 12 Forks and contribution to the public repositories/164 Forking repository.mp4 21.6 MB
- 05 Basic Git operations/048 Creating first commit.mp4 21.3 MB
- 10 Git push, fetch and pull/127 Commit under another author.mp4 21.2 MB
- 08 Merging branches/098 Resolving merge conflict in Terminal.mp4 21.2 MB
- 04 How Git works under the hood/040 Git read-tree.mp4 21.0 MB
- 04 How Git works under the hood/022 Hash functions overview.mp4 20.8 MB
- 17 Advanced Git/205 Git shortlog.mp4 20.5 MB
- 12 Forks and contribution to the public repositories/165 Committing changes in the forked repository.mp4 20.3 MB
- 04 How Git works under the hood/015 Section 4 Introduction.mp4 20.0 MB
- 09 GitHub and remote repositories/105 Creating another commit at GitHub.mp4 19.9 MB
- 04 How Git works under the hood/025 Probability theory in Dice game.mp4 19.9 MB
- 10 Git push, fetch and pull/115 What is tracking branch.mp4 19.7 MB
- 15 Ignoring files in Git/193 Pushing repository with ignored files to remote.mp4 19.5 MB
- 05 Basic Git operations/047 Configure Git author name and email.mp4 19.5 MB
- 08 Merging branches/090 3-way merge.mp4 19.5 MB
- 09 GitHub and remote repositories/100 Section 9 Introduction.mp4 19.4 MB
- 04 How Git works under the hood/042 Git checkout-index.mp4 19.3 MB
- 07 Cloning, exploring and modifying public repositories/075 Section 7 Introduction.mp4 19.3 MB
- 04 How Git works under the hood/044 Section Summary.mp4 19.2 MB
- 13 Git Tags/168 Section 13 Introduction.mp4 18.6 MB
- 14 Rebasing/185 Rebasing feature branch on top of master branch.mp4 18.4 MB
- 07 Cloning, exploring and modifying public repositories/080 Installing text editor Visual Studio Code.mp4 18.4 MB
- 15 Ignoring files in Git/194 Committing previously ignored file.mp4 18.4 MB
- 05 Basic Git operations/045 Section 5 Introduction.mp4 18.4 MB
- 11 Pull requests/134 Collaboration between contributors.mp4 18.2 MB
- 05 Basic Git operations/046 What is Commit.mp4 17.9 MB
- 04 How Git works under the hood/039 Overview of current files distribution.mp4 17.8 MB
- 09 GitHub and remote repositories/110 How remote repository empowers collaboration.mp4 17.7 MB
- 16 Detached HEAD/198 Detached HEAD state.mp4 17.6 MB
- 05 Basic Git operations/056 Commit changes.mp4 17.5 MB
- 02 Installation of the Git and configuration of the Shell/006 Installing Git on MacOS.mp4 17.3 MB
- 12 Forks and contribution to the public repositories/155 Section 12 Introduction.mp4 17.3 MB
- 10 Git push, fetch and pull/119 Git pull is 2-step process.mp4 17.3 MB
- 17 Advanced Git/201 Section 17 Introduction.mp4 17.3 MB
- 14 Rebasing/186 Completing rebasing by performing merging.mp4 16.8 MB
- 13 Git Tags/172 Lightweight vs Annotated tags.mp4 16.8 MB
- 11 Pull requests/140 Changing author of the last commit.mp4 16.6 MB
- 04 How Git works under the hood/031 Git blobs don't store filenames.mp4 16.2 MB
- 11 Pull requests/150 By default merging is allowed without approvals.mp4 16.2 MB
- 04 How Git works under the hood/034 Tree objects in Git.mp4 16.1 MB
- 11 Pull requests/137 Pull request or Merge request.mp4 15.9 MB
- 13 Git Tags/174 Creating annotated tag.mp4 15.7 MB
- 09 GitHub and remote repositories/101 What is Git hosting service.mp4 15.6 MB
- 04 How Git works under the hood/041 Read files in the staging area using git ls-files.mp4 15.3 MB
- 09 GitHub and remote repositories/109 What is remote repository.mp4 15.1 MB
- 06 Git branches and HEAD/070 Git branches management.mp4 15.1 MB
- 03 Basic Shell commands/011 Section 3 Introduction.mp4 15.1 MB
- 04 How Git works under the hood/024 How many files Git could store.mp4 15.0 MB
- 02 Installation of the Git and configuration of the Shell/005 Section 2 Introduction.mp4 14.8 MB
- 14 Rebasing/183 Creating new repository.mp4 14.1 MB
- 12 Forks and contribution to the public repositories/163 Removing repository collaborator.mp4 13.9 MB
- 04 How Git works under the hood/035 Git object permissions.mp4 13.8 MB
- 10 Git push, fetch and pull/114 List remote and local branches.mp4 13.6 MB
- 08 Merging branches/095 What is merge conflict.mp4 13.2 MB
- 14 Rebasing/180 How to perform rebasing.mp4 13.2 MB
- 14 Rebasing/181 Rebasing - STEP 1.mp4 12.4 MB
- 12 Forks and contribution to the public repositories/158 Adding new upstream remote repository.mp4 12.3 MB
- 08 Merging branches/087 Fast forward merge.mp4 12.1 MB
- 14 Rebasing/188 Deleteing feature branch and pushing to remote.mp4 11.9 MB
- 19 Git Hooks/230 Normal Git workflow without Hooks.mp4 11.7 MB
- 04 How Git works under the hood/043 How many folders could be created for objects.mp4 11.7 MB
- 14 Rebasing/182 Rebasing - STEP 2.mp4 11.6 MB
- 08 Merging branches/086 Why branches merging is needed.mp4 11.6 MB
- 15 Ignoring files in Git/190 Introduction go Git ignore.mp4 11.4 MB
- 05 Basic Git operations/054 Stage file.mp4 11.0 MB
- 04 How Git works under the hood/018 Git object types.mp4 10.9 MB
- 13 Git Tags/169 Git tags overview.mp4 10.5 MB
- 09 GitHub and remote repositories/106 Creating new branch at GitHub.mp4 10.2 MB
- 12 Forks and contribution to the public repositories/162 Plan for creating pull request from the forked repository.mp4 10.1 MB
- 08 Merging branches/088 Merging process.mp4 10.0 MB
- 12 Forks and contribution to the public repositories/161 How to open pull request from the forked repository.mp4 9.7 MB
- 04 How Git works under the hood/033 What we have so far.mp4 9.5 MB
- 15 Ignoring files in Git/191 Git file statuses - untracked, tracked and ignored.mp4 9.1 MB
- 11 Pull requests/145 Signing in to GitHub in the GitHub Desktop.mp4 8.9 MB
- 04 How Git works under the hood/038 Working directory, Staging area and Git repository.mp4 8.3 MB
- 20 Wrap Up/252 Wrap Up.mp4 8.3 MB
- 06 Git branches and HEAD/061 Overview of the current project state.mp4 7.6 MB
- 11 Pull requests/135 What is pull request_.mp4 6.8 MB
- 14 Rebasing/178 Introduction to Rebasing.mp4 6.2 MB
- 04 How Git works under the hood/028 More details on hash collision probability (OPTIONAL).en.srt 31.6 KB
- 07 Cloning, exploring and modifying public repositories/083 Git diff command.en.srt 18.2 KB
- 06 Git branches and HEAD/068 Checkout specific commit.en.srt 17.7 KB
- 19 Git Hooks/246 Introduce linter and run linter in the pre-commit Hook.en.srt 17.0 KB
- 09 GitHub and remote repositories/104 Exploring first repository at GitHub.en.srt 16.7 KB
- 08 Merging branches/091 Performing 3-way merge.en.srt 16.6 KB
- 10 Git push, fetch and pull/125 Resolving conflicts during Git pull.en.srt 16.0 KB
- 12 Forks and contribution to the public repositories/167 Approving and merging pull request from the forked repository.en.srt 15.9 KB
- 12 Forks and contribution to the public repositories/160 Synchronizing changes from upstream.en.srt 15.8 KB
- 07 Cloning, exploring and modifying public repositories/082 Commit changes in the cloned repository.en.srt 15.8 KB
- 18 GitHub Pages/227 Configuring custom domain for GitHub Pages.en.srt 15.8 KB
- 11 Pull requests/154 Working with issues at GitHub.en.srt 15.4 KB
- 19 Git Hooks/233 Using pre-commit Hook.en.srt 15.3 KB
- 13 Git Tags/171 Semantic versioning.en.srt 14.9 KB
- 13 Git Tags/176 Pushing tags to remote.en.srt 14.8 KB
- 18 GitHub Pages/223 Creating basic React application.en.srt 14.6 KB
- 18 GitHub Pages/225 Fixing error with cached credentials by using SSH instead of HTTPS.en.srt 14.6 KB
- 17 Advanced Git/209 Git reset.en.srt 13.7 KB
- 13 Git Tags/173 Creating lightweight tags.en.srt 13.5 KB
- 06 Git branches and HEAD/069 Why do we need branches.en.srt 13.4 KB
- 02 Installation of the Git and configuration of the Shell/007 Installing Git on Windows.en.srt 13.1 KB
- 18 GitHub Pages/222 Hosting any Repository using GitHub Pages.en.srt 13.0 KB
- 04 How Git works under the hood/023 SHA1 Hash Function.en.srt 12.6 KB
- 11 Pull requests/143 Adding comments and approving pull request.en.srt 12.6 KB
- 08 Merging branches/099 Resolving conflicts in VS Code.en.srt 12.5 KB
- 10 Git push, fetch and pull/126 Pushing to remote repository.en.srt 12.5 KB
- 11 Pull requests/146 Creating and merging pull request.en.srt 12.3 KB
- 17 Advanced Git/210 Git revert.en.srt 12.3 KB
- 10 Git push, fetch and pull/123 Fetch remote changes manually.en.srt 12.3 KB
- 10 Git push, fetch and pull/129 Create remote branch based on local branch.en.srt 12.2 KB
- 18 GitHub Pages/224 Preparing React application for publish to the GitHub Pages.en.srt 12.1 KB
- 08 Merging branches/096 Creating merge conflict.en.srt 11.9 KB
- 04 How Git works under the hood/032 Contents of Git objects.en.srt 11.9 KB
- 19 Git Hooks/241 Adding mult and sum modules with tests.en.srt 11.7 KB
- 16 Detached HEAD/200 Retaining changes made in the detached HEAD state.en.srt 11.7 KB
- 03 Basic Shell commands/013 Shell commands - file management - PART 1.en.srt 11.4 KB
- 10 Git push, fetch and pull/121 What is FETCH_HEAD.en.srt 11.4 KB
- 04 How Git works under the hood/036 Creating Git Tree object.en.srt 11.3 KB
- 16 Detached HEAD/199 Making experimental commits in detached HEAD state.en.srt 11.1 KB
- 03 Basic Shell commands/012 Shell commands - directory management.en.srt 11.1 KB
- 19 Git Hooks/250 Verifying commit message using commitlint.en.srt 11.1 KB
- 18 GitHub Pages/226 Verifying React GitHub Page.en.srt 11.0 KB
- 03 Basic Shell commands/014 Shell commands - file management - PART 2.en.srt 10.8 KB
- 15 Ignoring files in Git/192 Basic gitignore rules.en.srt 10.6 KB
- 10 Git push, fetch and pull/130 Update tracking statuses of the branches.en.srt 10.5 KB
- 11 Pull requests/142 Open pull request.en.srt 10.2 KB
- 07 Cloning, exploring and modifying public repositories/077 Exploring contents of the cloned repository.en.srt 10.2 KB
- 05 Basic Git operations/057 Exploring changes in Git repository.en.srt 10.1 KB
- 17 Advanced Git/213 Reflog - log of all Git operations.en.srt 10.1 KB
- 10 Git push, fetch and pull/122 Git pull with fast forward merge.en.srt 10.0 KB
- 02 Installation of the Git and configuration of the Shell/008 Installing Git on Linux.en.srt 10.0 KB
- 17 Advanced Git/218 Interactive rebasing with squashing in the local repository.en.srt 9.8 KB
- 11 Pull requests/138 Pull request step-by-step.en.srt 9.8 KB
- 06 Git branches and HEAD/074 Git reuses blobs with the same contents.en.srt 9.6 KB
- 17 Advanced Git/217 Squashing of commits at GitHub.en.srt 9.6 KB
- 11 Pull requests/139 Create new repository at GitHub.en.srt 9.5 KB
- 05 Basic Git operations/053 Git files lifecycle.en.srt 9.5 KB
- 06 Git branches and HEAD/071 Create new branch.en.srt 9.5 KB
- 06 Git branches and HEAD/067 Git repository changes after third commit.en.srt 9.4 KB
- 13 Git Tags/170 Staging vs Production.en.srt 9.3 KB
- 19 Git Hooks/239 Initializing new Node.js project.en.srt 9.2 KB
- 11 Pull requests/149 Opening and merging PR by collaborator.en.srt 9.2 KB
- 19 Git Hooks/242 Using pre-commit NPM package for automation of the pre-commit hook.en.srt 9.1 KB
- 08 Merging branches/094 SourceTree in action.en.srt 9.1 KB
- 07 Cloning, exploring and modifying public repositories/081 Exploring Visual Studio Code.en.srt 8.8 KB
- 06 Git branches and HEAD/064 What is branch in Git.en.srt 8.8 KB
- 08 Merging branches/092 Observing Git repository after 3-way merge.en.srt 8.8 KB
- 19 Git Hooks/235 Disabling rebasing using pre-rebase Hook.en.srt 8.7 KB
- 08 Merging branches/097 Observing conflicts in staging area and working directory.en.srt 8.7 KB
- 19 Git Hooks/236 Match authors Email against Regular Expression.en.srt 8.6 KB
- 19 Git Hooks/231 What are Git Hooks.en.srt 8.5 KB
- 04 How Git works under the hood/030 Create new Git Blob based on the file.en.srt 8.5 KB
- 10 Git push, fetch and pull/118 Git fetch in action.en.srt 8.5 KB
- 17 Advanced Git/219 Git development workflow.en.srt 8.4 KB
- 10 Git push, fetch and pull/124 Merge FETCH_HEAD manually.en.srt 8.3 KB
- 08 Merging branches/089 Fast forward merge in action.en.srt 8.2 KB
- 19 Git Hooks/237 Local Git Hooks are NOT pushed to the remote.en.srt 8.2 KB
- 07 Cloning, exploring and modifying public repositories/076 Cloning remote repository.en.srt 8.2 KB
- 11 Pull requests/153 Exploring pull requests in the public repositories.en.srt 8.1 KB
- 05 Basic Git operations/058 Current diagram of Git repository.en.srt 8.0 KB
- 10 Git push, fetch and pull/112 Overview of the push, fetch and pull Git commands.en.srt 7.9 KB
- 09 GitHub and remote repositories/108 Cloning remote repository.en.srt 7.9 KB
- 19 Git Hooks/247 Introducing lint-staged package for checks only of the staged files.en.srt 7.9 KB
- 11 Pull requests/144 Creating and publishing new branch using GitHub Desktop.en.srt 7.8 KB
- 17 Advanced Git/204 Git log options - oneline, graph, stat.en.srt 7.8 KB
- 17 Advanced Git/212 Cherry-picking commits.en.srt 7.8 KB
- 11 Pull requests/136 Why pull request was named pull request.en.srt 7.8 KB
- 04 How Git works under the hood/019 Writing new Git object with git hash-object.en.srt 7.8 KB
- 06 Git branches and HEAD/060 Most common Git operations.en.srt 7.7 KB
- 17 Advanced Git/214 Stashing changes using terminal.en.srt 7.7 KB
- 14 Rebasing/187 Exploring graph and commits in SourceTree.en.srt 7.6 KB
- 01 Introduction to the Git and GitHub/001 Welcome and Course Overview.en.srt 7.6 KB
- 15 Ignoring files in Git/196 Git ignore common practices and templates.en.srt 7.4 KB
- 14 Rebasing/179 Merging vs Rebasing.en.srt 7.4 KB
- 08 Merging branches/090 3-way merge.en.srt 7.3 KB
- 05 Basic Git operations/052 Adding new file to working directory.en.srt 7.2 KB
- 19 Git Hooks/244 Replacing pre-commit NPM package with husky.en.srt 7.1 KB
- 02 Installation of the Git and configuration of the Shell/009 Installing iTerm2 on the Mac.en.srt 7.1 KB
- 06 Git branches and HEAD/073 Explore commit in the new branch.en.srt 7.1 KB
- 06 Git branches and HEAD/063 GitHub Desktop Overview.en.srt 7.1 KB
- 07 Cloning, exploring and modifying public repositories/079 Exploring cloned repository in GitHub Desktop.en.srt 7.0 KB
- 18 GitHub Pages/228 Creating static GitHub Page using markdown.en.srt 6.9 KB
- 12 Forks and contribution to the public repositories/157 How to sync changes from the parent repository.en.srt 6.9 KB
- 06 Git branches and HEAD/066 Third commit.en.srt 6.8 KB
- 10 Git push, fetch and pull/120 How to perform git pull.en.srt 6.7 KB
- 02 Installation of the Git and configuration of the Shell/010 Installing custom shell Z-Shell on the Mac.en.srt 6.7 KB
- 10 Git push, fetch and pull/115 What is tracking branch.en.srt 6.7 KB
- 11 Pull requests/141 Pushing branch to remote.en.srt 6.7 KB
- 05 Basic Git operations/049 Exploring commit object.en.srt 6.6 KB
- 11 Pull requests/148 Exploring own GitHub account.en.srt 6.5 KB
- 19 Git Hooks/238 Cleaning up Local Git Hooks repository.en.srt 6.5 KB
- 12 Forks and contribution to the public repositories/166 Open pull request from the forked repository.en.srt 6.4 KB
- 12 Forks and contribution to the public repositories/156 Creating Fork.en.srt 6.4 KB
- 04 How Git works under the hood/026 Git hash collision probability.en.srt 6.3 KB
- 06 Git branches and HEAD/065 What is HEAD in Git.en.srt 6.3 KB
- 01 Introduction to the Git and GitHub/004 Git vs GitHub.en.srt 6.2 KB
- 11 Pull requests/134 Collaboration between contributors.en.srt 6.1 KB
- 10 Git push, fetch and pull/113 What is origin.en.srt 6.1 KB
- 06 Git branches and HEAD/072 Commit changes in the new branch.en.srt 6.1 KB
- 05 Basic Git operations/050 Current project state overview.en.srt 6.1 KB
- 11 Pull requests/137 Pull request or Merge request.en.srt 6.0 KB
- 13 Git Tags/172 Lightweight vs Annotated tags.en.srt 6.0 KB
- 18 GitHub Pages/221 Creating simple website using GitHub Pages.en.srt 6.0 KB
- 16 Detached HEAD/198 Detached HEAD state.en.srt 6.0 KB
- 04 How Git works under the hood/029 Exploring Git objects with git cat-file command.en.srt 5.9 KB
- 10 Git push, fetch and pull/132 Git show-ref.en.srt 5.9 KB
- 17 Advanced Git/211 Modifying last commit using amend option.en.srt 5.9 KB
- 19 Git Hooks/232 How Git Hooks could be used on practice.en.srt 5.9 KB
- 19 Git Hooks/248 Verifying selective linting and testing using lint-staged.en.srt 5.9 KB
- 11 Pull requests/151 Configure protected branch rule.en.srt 5.9 KB
- 04 How Git works under the hood/037 Examining Tree Object.en.srt 5.9 KB
- 19 Git Hooks/234 Enabling post-commit Hook.en.srt 5.8 KB
- 09 GitHub and remote repositories/107 Making changes in the new branch.en.srt 5.8 KB
- 14 Rebasing/184 Creating feature branch and making changes.en.srt 5.7 KB
- 15 Ignoring files in Git/195 Ignore previously committed file.en.srt 5.6 KB
- 19 Git Hooks/245 Skipping all Git Hooks using --no-verify option.en.srt 5.6 KB
- 08 Merging branches/087 Fast forward merge.en.srt 5.6 KB
- 19 Git Hooks/243 Cloning remote repository and verifying pre-commit hook.en.srt 5.5 KB
- 09 GitHub and remote repositories/110 How remote repository empowers collaboration.en.srt 5.4 KB
- 10 Git push, fetch and pull/116 Checkout remote branch.en.srt 5.3 KB
- 10 Git push, fetch and pull/131 Remove remote branch using local terminal.en.srt 5.2 KB
- 04 How Git works under the hood/044 Section Summary.en.srt 5.2 KB
- 08 Merging branches/093 Installing SourceTree.en.srt 5.2 KB
- 11 Pull requests/147 Adding new collaborator under GitHub.en.srt 5.2 KB
- 07 Cloning, exploring and modifying public repositories/078 Unpacking Git objects.en.srt 5.1 KB
- 07 Cloning, exploring and modifying public repositories/084 Overview of the changes.en.srt 4.9 KB
- 10 Git push, fetch and pull/119 Git pull is 2-step process.en.srt 4.9 KB
- 05 Basic Git operations/047 Configure Git author name and email.en.srt 4.9 KB
- 04 How Git works under the hood/017 Overview of .git folder.en.srt 4.8 KB
- 06 Git branches and HEAD/062 Installing GitHub Desktop.en.srt 4.8 KB
- 09 GitHub and remote repositories/101 What is Git hosting service.en.srt 4.8 KB
- 04 How Git works under the hood/039 Overview of current files distribution.en.srt 4.8 KB
- 05 Basic Git operations/048 Creating first commit.en.srt 4.8 KB
- 10 Git push, fetch and pull/128 Remote and local branches are in sync now.en.srt 4.7 KB
- 09 GitHub and remote repositories/105 Creating another commit at GitHub.en.srt 4.7 KB
- 19 Git Hooks/249 Adding post-commit Hook.en.srt 4.6 KB
- 04 How Git works under the hood/016 Initialize new Git repository.en.srt 4.6 KB
- 12 Forks and contribution to the public repositories/165 Committing changes in the forked repository.en.srt 4.6 KB
- 14 Rebasing/185 Rebasing feature branch on top of master branch.en.srt 4.6 KB
- 04 How Git works under the hood/020 JSON vs Git database.en.srt 4.6 KB
- 17 Advanced Git/202 Cloning one of the public repositories.en.srt 4.6 KB
- 04 How Git works under the hood/024 How many files Git could store.en.srt 4.5 KB
- 12 Forks and contribution to the public repositories/164 Forking repository.en.srt 4.5 KB
- 09 GitHub and remote repositories/102 Creating GitHub account.en.srt 4.5 KB
- 05 Basic Git operations/051 Basic Git commands.en.srt 4.5 KB
- 04 How Git works under the hood/025 Probability theory in Dice game.en.srt 4.5 KB
- 05 Basic Git operations/046 What is Commit.en.srt 4.5 KB
- 17 Advanced Git/216 Garbage collection.en.srt 4.4 KB
- 19 Git Hooks/240 Installing Jest NPM package for testing.en.srt 4.4 KB
- 04 How Git works under the hood/040 Git read-tree.en.srt 4.4 KB
- 13 Git Tags/169 Git tags overview.en.srt 4.4 KB
- 17 Advanced Git/207 Pretty formatting of git log.en.srt 4.3 KB
- 04 How Git works under the hood/021 What is hash function.en.srt 4.3 KB
- 04 How Git works under the hood/042 Git checkout-index.en.srt 4.3 KB
- 08 Merging branches/086 Why branches merging is needed.en.srt 4.3 KB
- 17 Advanced Git/208 Filter out merge commits in git log.en.srt 4.3 KB
- 13 Git Tags/175 Exploring git tag object.en.srt 4.3 KB
- 08 Merging branches/098 Resolving merge conflict in Terminal.en.srt 4.2 KB
- 09 GitHub and remote repositories/109 What is remote repository.en.srt 4.2 KB
- 10 Git push, fetch and pull/117 Git remote show origin.en.srt 4.0 KB
- 17 Advanced Git/206 Filtering commits by author or keyword.en.srt 4.0 KB
- 04 How Git works under the hood/022 Hash functions overview.en.srt 4.0 KB
- 15 Ignoring files in Git/194 Committing previously ignored file.en.srt 4.0 KB
- 10 Git push, fetch and pull/114 List remote and local branches.en.srt 4.0 KB
- 11 Pull requests/152 Merging after required approve.en.srt 3.9 KB
- 14 Rebasing/181 Rebasing - STEP 1.en.srt 3.9 KB
- 19 Git Hooks/251 Git Hooks Summary.en.srt 3.9 KB
- 19 Git Hooks/230 Normal Git workflow without Hooks.en.srt 3.8 KB
- 13 Git Tags/174 Creating annotated tag.en.srt 3.8 KB
- 08 Merging branches/095 What is merge conflict.en.srt 3.8 KB
- 14 Rebasing/182 Rebasing - STEP 2.en.srt 3.7 KB
- 05 Basic Git operations/055 Unstage file using git rm.en.srt 3.7 KB
- 06 Git branches and HEAD/070 Git branches management.en.srt 3.7 KB
- 12 Forks and contribution to the public repositories/161 How to open pull request from the forked repository.en.srt 3.7 KB
- 10 Git push, fetch and pull/127 Commit under another author.en.srt 3.7 KB
- 15 Ignoring files in Git/193 Pushing repository with ignored files to remote.en.srt 3.7 KB
- 11 Pull requests/140 Changing author of the last commit.en.srt 3.5 KB
- 07 Cloning, exploring and modifying public repositories/080 Installing text editor Visual Studio Code.en.srt 3.4 KB
- 17 Advanced Git/215 Stashing using GitHub Desktop.en.srt 3.2 KB
- 11 Pull requests/135 What is pull request_.en.srt 3.2 KB
- 12 Forks and contribution to the public repositories/163 Removing repository collaborator.en.srt 3.2 KB
- 12 Forks and contribution to the public repositories/158 Adding new upstream remote repository.en.srt 3.2 KB
- 12 Forks and contribution to the public repositories/159 Fetching changes from upstream.en.srt 3.2 KB
- 11 Pull requests/150 By default merging is allowed without approvals.en.srt 3.1 KB
- 04 How Git works under the hood/018 Git object types.en.srt 3.1 KB
- 04 How Git works under the hood/034 Tree objects in Git.en.srt 3.0 KB
- 04 How Git works under the hood/031 Git blobs don't store filenames.en.srt 3.0 KB
- 15 Ignoring files in Git/190 Introduction go Git ignore.en.srt 2.9 KB
- 14 Rebasing/180 How to perform rebasing.en.srt 2.9 KB
- 14 Rebasing/183 Creating new repository.en.srt 2.9 KB
- 04 How Git works under the hood/043 How many folders could be created for objects.en.srt 2.7 KB
- 14 Rebasing/186 Completing rebasing by performing merging.en.srt 2.7 KB
- 04 How Git works under the hood/035 Git object permissions.en.srt 2.7 KB
- 02 Installation of the Git and configuration of the Shell/006 Installing Git on MacOS.en.srt 2.6 KB
- 15 Ignoring files in Git/191 Git file statuses - untracked, tracked and ignored.en.srt 2.6 KB
- 12 Forks and contribution to the public repositories/162 Plan for creating pull request from the forked repository.en.srt 2.5 KB
- 09 GitHub and remote repositories/103 Now default branch for new repositories at GitHub is _main_.html 2.5 KB
- 04 How Git works under the hood/041 Read files in the staging area using git ls-files.en.srt 2.5 KB
- 08 Merging branches/088 Merging process.en.srt 2.5 KB
- 05 Basic Git operations/056 Commit changes.en.srt 2.5 KB
- 05 Basic Git operations/054 Stage file.en.srt 2.5 KB
- 17 Advanced Git/205 Git shortlog.en.srt 2.3 KB
- 14 Rebasing/188 Deleteing feature branch and pushing to remote.en.srt 2.3 KB
- 04 How Git works under the hood/033 What we have so far.en.srt 2.2 KB
- 01 Introduction to the Git and GitHub/002 Join the _Be Skillful_ Learning Community.html 2.1 KB
- 11 Pull requests/145 Signing in to GitHub in the GitHub Desktop.en.srt 2.1 KB
- 04 How Git works under the hood/038 Working directory, Staging area and Git repository.en.srt 2.1 KB
- 10 Git push, fetch and pull/111 Section 10 Introduction.en.srt 2.1 KB
- 09 GitHub and remote repositories/106 Creating new branch at GitHub.en.srt 2.0 KB
- 14 Rebasing/178 Introduction to Rebasing.en.srt 2.0 KB
- 19 Git Hooks/229 Section 19 Introduction.en.srt 2.0 KB
- 01 Introduction to the Git and GitHub/003 Section 1 Introduction.en.srt 1.9 KB
- 14 Rebasing/177 Section 14 Introduction.en.srt 1.8 KB
- 16 Detached HEAD/197 Section 16 Introduction.en.srt 1.8 KB
- 18 GitHub Pages/220 Section 18 Introduction.en.srt 1.8 KB
- 06 Git branches and HEAD/061 Overview of the current project state.en.srt 1.7 KB
- 08 Merging branches/085 Section 8 Introduction.en.srt 1.6 KB
- 06 Git branches and HEAD/059 Section 6 Introduction.en.srt 1.6 KB
- 04 How Git works under the hood/027 Next lecture is OPTIONAL.html 1.5 KB
- 15 Ignoring files in Git/189 Section 15 Introduction.en.srt 1.4 KB
- 09 GitHub and remote repositories/100 Section 9 Introduction.en.srt 1.3 KB
- 11 Pull requests/133 Section 11 Introduction.en.srt 1.3 KB
- 05 Basic Git operations/045 Section 5 Introduction.en.srt 1.2 KB
- 17 Advanced Git/203 If _git lg_ command is not available.html 1.2 KB
- 07 Cloning, exploring and modifying public repositories/075 Section 7 Introduction.en.srt 1.2 KB
- 04 How Git works under the hood/015 Section 4 Introduction.en.srt 1.2 KB
- 01 Introduction to the Git and GitHub/Help TutFlix Community.txt 1.1 KB
- 02 Installation of the Git and configuration of the Shell/Help TutFlix Community.txt 1.1 KB
- 04 How Git works under the hood/Help TutFlix Community.txt 1.1 KB
- 06 Git branches and HEAD/Help TutFlix Community.txt 1.1 KB
- 08 Merging branches/Help TutFlix Community.txt 1.1 KB
- 10 Git push, fetch and pull/Help TutFlix Community.txt 1.1 KB
- 12 Forks and contribution to the public repositories/Help TutFlix Community.txt 1.1 KB
- 14 Rebasing/Help TutFlix Community.txt 1.1 KB
- 16 Detached HEAD/Help TutFlix Community.txt 1.1 KB
- 18 GitHub Pages/Help TutFlix Community.txt 1.1 KB
- 19 Git Hooks/Help TutFlix Community.txt 1.1 KB
- 20 Wrap Up/Help TutFlix Community.txt 1.1 KB
- 17 Advanced Git/201 Section 17 Introduction.en.srt 1.1 KB
- 13 Git Tags/168 Section 13 Introduction.en.srt 1.1 KB
- 12 Forks and contribution to the public repositories/155 Section 12 Introduction.en.srt 1.0 KB
- 03 Basic Shell commands/011 Section 3 Introduction.en.srt 1023 bytes
- 02 Installation of the Git and configuration of the Shell/005 Section 2 Introduction.en.srt 931 bytes
- 20 Wrap Up/252 Wrap Up.en.srt 652 bytes
- 01 Introduction to the Git and GitHub/More Course Materials.txt 389 bytes
- 02 Installation of the Git and configuration of the Shell/More Course Materials.txt 389 bytes
- 04 How Git works under the hood/More Course Materials.txt 389 bytes
- 06 Git branches and HEAD/More Course Materials.txt 389 bytes
- 08 Merging branches/More Course Materials.txt 389 bytes
- 10 Git push, fetch and pull/More Course Materials.txt 389 bytes
- 12 Forks and contribution to the public repositories/More Course Materials.txt 389 bytes
- 14 Rebasing/More Course Materials.txt 389 bytes
- 16 Detached HEAD/More Course Materials.txt 389 bytes
- 18 GitHub Pages/More Course Materials.txt 389 bytes
- 19 Git Hooks/More Course Materials.txt 389 bytes
- 04 How Git works under the hood/036 temp-tree.txt 126 bytes
- 01 Introduction to the Git and GitHub/tutflix.org.url 42 bytes
- 02 Installation of the Git and configuration of the Shell/tutflix.org.url 42 bytes
- 04 How Git works under the hood/tutflix.org.url 42 bytes
- 06 Git branches and HEAD/tutflix.org.url 42 bytes
- 08 Merging branches/tutflix.org.url 42 bytes
- 10 Git push, fetch and pull/tutflix.org.url 42 bytes
- 12 Forks and contribution to the public repositories/tutflix.org.url 42 bytes
- 14 Rebasing/tutflix.org.url 42 bytes
- 16 Detached HEAD/tutflix.org.url 42 bytes
- 18 GitHub Pages/tutflix.org.url 42 bytes
- 19 Git Hooks/tutflix.org.url 42 bytes
- 20 Wrap Up/tutflix.org.url 42 bytes
- 20 Wrap Up/More Course Materials.txt 0 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.