Download link
File List
-
20 Wrap Up/More Course Materials.txt 0 B
17 Advanced Git/209 Git reset.mp4 150.12 MB
01 Introduction to the Git and GitHub/002 Join the _Be Skillful_ Learning Community.html 2.13 KB
01 Introduction to the Git and GitHub/003 Section 1 Introduction.en.srt 1.92 KB
01 Introduction to the Git and GitHub/003 Section 1 Introduction.mp4 31.62 MB
01 Introduction to the Git and GitHub/004 Git vs GitHub.en.srt 6.22 KB
01 Introduction to the Git and GitHub/004 Git vs GitHub.mp4 24.17 MB
01 Introduction to the Git and GitHub/Help TutFlix Community.txt 1.1 KB
01 Introduction to the Git and GitHub/More Course Materials.txt 389 B
01 Introduction to the Git and GitHub/tutflix.org.url 42 B
02 Installation of the Git and configuration of the Shell/005 Section 2 Introduction.en.srt 931 B
02 Installation of the Git and configuration of the Shell/005 Section 2 Introduction.mp4 14.79 MB
02 Installation of the Git and configuration of the Shell/006 Installing Git on MacOS.en.srt 2.58 KB
02 Installation of the Git and configuration of the Shell/006 Installing Git on MacOS.mp4 17.35 MB
02 Installation of the Git and configuration of the Shell/007 Installing Git on Windows.en.srt 13.05 KB
02 Installation of the Git and configuration of the Shell/007 Installing Git on Windows.mp4 99.36 MB
02 Installation of the Git and configuration of the Shell/008 Installing Git on Linux.en.srt 9.97 KB
02 Installation of the Git and configuration of the Shell/008 Installing Git on Linux.mp4 61.37 MB
02 Installation of the Git and configuration of the Shell/009 Installing iTerm2 on the Mac.en.srt 7.1 KB
02 Installation of the Git and configuration of the Shell/009 Installing iTerm2 on the Mac.mp4 23.52 MB
02 Installation of the Git and configuration of the Shell/010 Installing custom shell Z-Shell on the Mac.en.srt 6.7 KB
02 Installation of the Git and configuration of the Shell/010 Installing custom shell Z-Shell on the Mac.mp4 41.68 MB
02 Installation of the Git and configuration of the Shell/Help TutFlix Community.txt 1.1 KB
02 Installation of the Git and configuration of the Shell/More Course Materials.txt 389 B
02 Installation of the Git and configuration of the Shell/tutflix.org.url 42 B
03 Basic Shell commands/011 Section 3 Introduction.en.srt 1023 B
03 Basic Shell commands/011 Section 3 Introduction.mp4 15.05 MB
03 Basic Shell commands/012 Shell commands - directory management.en.srt 11.1 KB
03 Basic Shell commands/012 Shell commands - directory management.mp4 52.51 MB
03 Basic Shell commands/013 Shell commands - file management - PART 1.en.srt 11.43 KB
03 Basic Shell commands/013 Shell commands - file management - PART 1.mp4 44.1 MB
03 Basic Shell commands/014 Shell commands - file management - PART 2.en.srt 10.81 KB
03 Basic Shell commands/014 Shell commands - file management - PART 2.mp4 48.24 MB
04 How Git works under the hood/015 Section 4 Introduction.en.srt 1.18 KB
04 How Git works under the hood/015 Section 4 Introduction.mp4 20.02 MB
04 How Git works under the hood/016 Initialize new Git repository.en.srt 4.6 KB
04 How Git works under the hood/016 Initialize new Git repository.mp4 24.54 MB
04 How Git works under the hood/017 Overview of .git folder.en.srt 4.83 KB
04 How Git works under the hood/017 Overview of .git folder.mp4 22.54 MB
04 How Git works under the hood/018 Git object types.en.srt 3.12 KB
04 How Git works under the hood/018 Git object types.mp4 10.93 MB
04 How Git works under the hood/019 Writing new Git object with git hash-object.en.srt 7.75 KB
04 How Git works under the hood/019 Writing new Git object with git hash-object.mp4 50.96 MB
04 How Git works under the hood/020 JSON vs Git database.en.srt 4.57 KB
04 How Git works under the hood/020 JSON vs Git database.mp4 24.59 MB
04 How Git works under the hood/021 What is hash function.en.srt 4.29 KB
04 How Git works under the hood/021 What is hash function.mp4 28.35 MB
04 How Git works under the hood/022 Hash functions overview.en.srt 4.01 KB
04 How Git works under the hood/022 Hash functions overview.mp4 20.83 MB
04 How Git works under the hood/023 SHA1 Hash Function.en.srt 12.65 KB
04 How Git works under the hood/023 SHA1 Hash Function.mp4 54.27 MB
04 How Git works under the hood/024 How many files Git could store.en.srt 4.52 KB
04 How Git works under the hood/024 How many files Git could store.mp4 15.03 MB
04 How Git works under the hood/025 Probability theory in Dice game.en.srt 4.46 KB
04 How Git works under the hood/025 Probability theory in Dice game.mp4 19.86 MB
04 How Git works under the hood/026 Git hash collision probability.en.srt 6.29 KB
04 How Git works under the hood/026 Git hash collision probability.mp4 26.21 MB
04 How Git works under the hood/027 Next lecture is OPTIONAL.html 1.55 KB
04 How Git works under the hood/028 More details on hash collision probability (OPTIONAL).en.srt 31.63 KB
04 How Git works under the hood/028 More details on hash collision probability (OPTIONAL).mp4 140.68 MB
04 How Git works under the hood/029 Exploring Git objects with git cat-file command.en.srt 5.94 KB
04 How Git works under the hood/029 Exploring Git objects with git cat-file command.mp4 31.99 MB
04 How Git works under the hood/030 Create new Git Blob based on the file.en.srt 8.5 KB
04 How Git works under the hood/030 Create new Git Blob based on the file.mp4 43.55 MB
04 How Git works under the hood/031 Git blobs don't store filenames.en.srt 2.95 KB
04 How Git works under the hood/031 Git blobs don't store filenames.mp4 16.23 MB
04 How Git works under the hood/032 Contents of Git objects.en.srt 11.88 KB
04 How Git works under the hood/032 Contents of Git objects.mp4 61.63 MB
04 How Git works under the hood/033 What we have so far.en.srt 2.19 KB
04 How Git works under the hood/033 What we have so far.mp4 9.46 MB
04 How Git works under the hood/034 Tree objects in Git.en.srt 3.02 KB
04 How Git works under the hood/034 Tree objects in Git.mp4 16.07 MB
04 How Git works under the hood/035 Git object permissions.en.srt 2.69 KB
04 How Git works under the hood/035 Git object permissions.mp4 13.85 MB
04 How Git works under the hood/036 Creating Git Tree object.en.srt 11.29 KB
04 How Git works under the hood/036 Creating Git Tree object.mp4 46.85 MB
04 How Git works under the hood/036 temp-tree.txt 126 B
04 How Git works under the hood/037 Examining Tree Object.en.srt 5.85 KB
04 How Git works under the hood/037 Examining Tree Object.mp4 36.51 MB
04 How Git works under the hood/038 Working directory, Staging area and Git repository.en.srt 2.07 KB
04 How Git works under the hood/038 Working directory, Staging area and Git repository.mp4 8.3 MB
04 How Git works under the hood/039 Overview of current files distribution.en.srt 4.76 KB
04 How Git works under the hood/039 Overview of current files distribution.mp4 17.78 MB
04 How Git works under the hood/040 Git read-tree.en.srt 4.41 KB
04 How Git works under the hood/040 Git read-tree.mp4 21.05 MB
04 How Git works under the hood/041 Read files in the staging area using git ls-files.en.srt 2.53 KB
04 How Git works under the hood/041 Read files in the staging area using git ls-files.mp4 15.27 MB
04 How Git works under the hood/042 Git checkout-index.en.srt 4.29 KB
04 How Git works under the hood/042 Git checkout-index.mp4 19.32 MB
04 How Git works under the hood/043 How many folders could be created for objects.en.srt 2.75 KB
04 How Git works under the hood/043 How many folders could be created for objects.mp4 11.67 MB
04 How Git works under the hood/044 Section Summary.en.srt 5.18 KB
04 How Git works under the hood/044 Section Summary.mp4 19.17 MB
04 How Git works under the hood/Help TutFlix Community.txt 1.1 KB
04 How Git works under the hood/More Course Materials.txt 389 B
04 How Git works under the hood/tutflix.org.url 42 B
05 Basic Git operations/045 Section 5 Introduction.en.srt 1.22 KB
05 Basic Git operations/045 Section 5 Introduction.mp4 18.4 MB
05 Basic Git operations/046 What is Commit.en.srt 4.45 KB
05 Basic Git operations/046 What is Commit.mp4 17.88 MB
05 Basic Git operations/047 Configure Git author name and email.en.srt 4.86 KB
05 Basic Git operations/047 Configure Git author name and email.mp4 19.54 MB
05 Basic Git operations/048 Creating first commit.en.srt 4.76 KB
05 Basic Git operations/048 Creating first commit.mp4 21.34 MB
05 Basic Git operations/049 Exploring commit object.en.srt 6.63 KB
05 Basic Git operations/049 Exploring commit object.mp4 44.25 MB
05 Basic Git operations/050 Current project state overview.en.srt 6.07 KB
05 Basic Git operations/050 Current project state overview.mp4 39.04 MB
05 Basic Git operations/051 Basic Git commands.en.srt 4.5 KB
05 Basic Git operations/051 Basic Git commands.mp4 22.36 MB
05 Basic Git operations/052 Adding new file to working directory.en.srt 7.24 KB
05 Basic Git operations/052 Adding new file to working directory.mp4 31.53 MB
05 Basic Git operations/053 Git files lifecycle.en.srt 9.49 KB
05 Basic Git operations/053 Git files lifecycle.mp4 55.76 MB
05 Basic Git operations/054 Stage file.en.srt 2.46 KB
05 Basic Git operations/054 Stage file.mp4 10.97 MB
05 Basic Git operations/055 Unstage file using git rm.en.srt 3.73 KB
05 Basic Git operations/055 Unstage file using git rm.mp4 23.12 MB
05 Basic Git operations/056 Commit changes.en.srt 2.5 KB
05 Basic Git operations/056 Commit changes.mp4 17.45 MB
05 Basic Git operations/057 Exploring changes in Git repository.en.srt 10.12 KB
05 Basic Git operations/057 Exploring changes in Git repository.mp4 66.2 MB
05 Basic Git operations/058 Current diagram of Git repository.en.srt 8.02 KB
05 Basic Git operations/058 Current diagram of Git repository.mp4 32.2 MB
06 Git branches and HEAD/059 Section 6 Introduction.en.srt 1.58 KB
06 Git branches and HEAD/059 Section 6 Introduction.mp4 25.35 MB
06 Git branches and HEAD/060 Most common Git operations.en.srt 7.74 KB
06 Git branches and HEAD/060 Most common Git operations.mp4 28.66 MB
06 Git branches and HEAD/061 Overview of the current project state.en.srt 1.69 KB
06 Git branches and HEAD/061 Overview of the current project state.mp4 7.6 MB
06 Git branches and HEAD/062 Installing GitHub Desktop.en.srt 4.8 KB
06 Git branches and HEAD/062 Installing GitHub Desktop.mp4 27.08 MB
06 Git branches and HEAD/063 GitHub Desktop Overview.en.srt 7.07 KB
06 Git branches and HEAD/063 GitHub Desktop Overview.mp4 27.36 MB
06 Git branches and HEAD/064 What is branch in Git.en.srt 8.82 KB
06 Git branches and HEAD/064 What is branch in Git.mp4 41.49 MB
06 Git branches and HEAD/065 What is HEAD in Git.en.srt 6.28 KB
06 Git branches and HEAD/065 What is HEAD in Git.mp4 34.91 MB
06 Git branches and HEAD/066 Third commit.en.srt 6.83 KB
06 Git branches and HEAD/066 Third commit.mp4 35.82 MB
06 Git branches and HEAD/067 Git repository changes after third commit.en.srt 9.42 KB
06 Git branches and HEAD/067 Git repository changes after third commit.mp4 58.6 MB
06 Git branches and HEAD/068 Checkout specific commit.en.srt 17.74 KB
06 Git branches and HEAD/068 Checkout specific commit.mp4 95.79 MB
06 Git branches and HEAD/069 Why do we need branches.en.srt 13.36 KB
06 Git branches and HEAD/069 Why do we need branches.mp4 37.17 MB
06 Git branches and HEAD/070 Git branches management.en.srt 3.72 KB
06 Git branches and HEAD/070 Git branches management.mp4 15.08 MB
06 Git branches and HEAD/071 Create new branch.en.srt 9.49 KB
06 Git branches and HEAD/071 Create new branch.mp4 54.07 MB
06 Git branches and HEAD/072 Commit changes in the new branch.en.srt 6.11 KB
06 Git branches and HEAD/072 Commit changes in the new branch.mp4 27.54 MB
06 Git branches and HEAD/073 Explore commit in the new branch.en.srt 7.08 KB
06 Git branches and HEAD/073 Explore commit in the new branch.mp4 39.68 MB
06 Git branches and HEAD/074 Git reuses blobs with the same contents.en.srt 9.62 KB
06 Git branches and HEAD/074 Git reuses blobs with the same contents.mp4 70.11 MB
06 Git branches and HEAD/Help TutFlix Community.txt 1.1 KB
06 Git branches and HEAD/More Course Materials.txt 389 B
06 Git branches and HEAD/tutflix.org.url 42 B
07 Cloning, exploring and modifying public repositories/075 Section 7 Introduction.en.srt 1.18 KB
07 Cloning, exploring and modifying public repositories/075 Section 7 Introduction.mp4 19.3 MB
07 Cloning, exploring and modifying public repositories/076 Cloning remote repository.en.srt 8.18 KB
07 Cloning, exploring and modifying public repositories/076 Cloning remote repository.mp4 45.73 MB
07 Cloning, exploring and modifying public repositories/077 Exploring contents of the cloned repository.en.srt 10.17 KB
07 Cloning, exploring and modifying public repositories/077 Exploring contents of the cloned repository.mp4 75.51 MB
07 Cloning, exploring and modifying public repositories/078 Unpacking Git objects.en.srt 5.13 KB
07 Cloning, exploring and modifying public repositories/078 Unpacking Git objects.mp4 41.06 MB
07 Cloning, exploring and modifying public repositories/079 Exploring cloned repository in GitHub Desktop.en.srt 7.03 KB
07 Cloning, exploring and modifying public repositories/079 Exploring cloned repository in GitHub Desktop.mp4 39 MB
07 Cloning, exploring and modifying public repositories/080 Installing text editor Visual Studio Code.en.srt 3.37 KB
07 Cloning, exploring and modifying public repositories/080 Installing text editor Visual Studio Code.mp4 18.44 MB
07 Cloning, exploring and modifying public repositories/081 Exploring Visual Studio Code.en.srt 8.83 KB
07 Cloning, exploring and modifying public repositories/081 Exploring Visual Studio Code.mp4 53.69 MB
07 Cloning, exploring and modifying public repositories/082 Commit changes in the cloned repository.en.srt 15.78 KB
07 Cloning, exploring and modifying public repositories/082 Commit changes in the cloned repository.mp4 84.43 MB
07 Cloning, exploring and modifying public repositories/083 Git diff command.en.srt 18.16 KB
07 Cloning, exploring and modifying public repositories/083 Git diff command.mp4 105.45 MB
07 Cloning, exploring and modifying public repositories/084 Overview of the changes.en.srt 4.92 KB
07 Cloning, exploring and modifying public repositories/084 Overview of the changes.mp4 32.7 MB
08 Merging branches/085 Section 8 Introduction.en.srt 1.61 KB
08 Merging branches/085 Section 8 Introduction.mp4 26.32 MB
08 Merging branches/086 Why branches merging is needed.en.srt 4.27 KB
08 Merging branches/086 Why branches merging is needed.mp4 11.63 MB
08 Merging branches/087 Fast forward merge.en.srt 5.58 KB
08 Merging branches/087 Fast forward merge.mp4 12.11 MB
08 Merging branches/088 Merging process.en.srt 2.52 KB
08 Merging branches/088 Merging process.mp4 9.99 MB
08 Merging branches/089 Fast forward merge in action.en.srt 8.25 KB
08 Merging branches/089 Fast forward merge in action.mp4 47.12 MB
08 Merging branches/090 3-way merge.en.srt 7.31 KB
08 Merging branches/090 3-way merge.mp4 19.49 MB
08 Merging branches/091 Performing 3-way merge.en.srt 16.57 KB
08 Merging branches/091 Performing 3-way merge.mp4 75.11 MB
08 Merging branches/092 Observing Git repository after 3-way merge.en.srt 8.79 KB
08 Merging branches/092 Observing Git repository after 3-way merge.mp4 55.21 MB
08 Merging branches/093 Installing SourceTree.en.srt 5.17 KB
08 Merging branches/093 Installing SourceTree.mp4 27.43 MB
08 Merging branches/094 SourceTree in action.en.srt 9.1 KB
08 Merging branches/094 SourceTree in action.mp4 45.47 MB
08 Merging branches/095 What is merge conflict.en.srt 3.76 KB
08 Merging branches/095 What is merge conflict.mp4 13.25 MB
08 Merging branches/096 Creating merge conflict.en.srt 11.88 KB
08 Merging branches/096 Creating merge conflict.mp4 63.81 MB
08 Merging branches/097 Observing conflicts in staging area and working directory.en.srt 8.65 KB
08 Merging branches/097 Observing conflicts in staging area and working directory.mp4 67.13 MB
08 Merging branches/098 Resolving merge conflict in Terminal.en.srt 4.21 KB
08 Merging branches/098 Resolving merge conflict in Terminal.mp4 21.18 MB
08 Merging branches/099 Resolving conflicts in VS Code.en.srt 12.52 KB
08 Merging branches/099 Resolving conflicts in VS Code.mp4 71.37 MB
08 Merging branches/Help TutFlix Community.txt 1.1 KB
08 Merging branches/More Course Materials.txt 389 B
08 Merging branches/tutflix.org.url 42 B
09 GitHub and remote repositories/100 Section 9 Introduction.en.srt 1.35 KB
09 GitHub and remote repositories/100 Section 9 Introduction.mp4 19.36 MB
09 GitHub and remote repositories/101 What is Git hosting service.en.srt 4.77 KB
09 GitHub and remote repositories/101 What is Git hosting service.mp4 15.64 MB
09 GitHub and remote repositories/102 Creating GitHub account.en.srt 4.51 KB
09 GitHub and remote repositories/102 Creating GitHub account.mp4 26.81 MB
09 GitHub and remote repositories/103 Now default branch for new repositories at GitHub is _main_.html 2.54 KB
09 GitHub and remote repositories/104 Exploring first repository at GitHub.en.srt 16.72 KB
09 GitHub and remote repositories/104 Exploring first repository at GitHub.mp4 67.58 MB
09 GitHub and remote repositories/105 Creating another commit at GitHub.en.srt 4.7 KB
09 GitHub and remote repositories/105 Creating another commit at GitHub.mp4 19.93 MB
09 GitHub and remote repositories/106 Creating new branch at GitHub.en.srt 2.04 KB
09 GitHub and remote repositories/106 Creating new branch at GitHub.mp4 10.24 MB
09 GitHub and remote repositories/107 Making changes in the new branch.en.srt 5.79 KB
09 GitHub and remote repositories/107 Making changes in the new branch.mp4 26.48 MB
09 GitHub and remote repositories/108 Cloning remote repository.en.srt 7.93 KB
09 GitHub and remote repositories/108 Cloning remote repository.mp4 38.79 MB
09 GitHub and remote repositories/109 What is remote repository.en.srt 4.19 KB
09 GitHub and remote repositories/109 What is remote repository.mp4 15.09 MB
09 GitHub and remote repositories/110 How remote repository empowers collaboration.en.srt 5.36 KB
09 GitHub and remote repositories/110 How remote repository empowers collaboration.mp4 17.69 MB
10 Git push, fetch and pull/111 Section 10 Introduction.en.srt 2.05 KB
10 Git push, fetch and pull/111 Section 10 Introduction.mp4 34.36 MB
10 Git push, fetch and pull/112 Overview of the push, fetch and pull Git commands.en.srt 7.95 KB
10 Git push, fetch and pull/112 Overview of the push, fetch and pull Git commands.mp4 39.2 MB
10 Git push, fetch and pull/113 What is origin.en.srt 6.11 KB
10 Git push, fetch and pull/113 What is origin.mp4 22.59 MB
10 Git push, fetch and pull/114 List remote and local branches.en.srt 3.96 KB
10 Git push, fetch and pull/114 List remote and local branches.mp4 13.64 MB
10 Git push, fetch and pull/115 What is tracking branch.en.srt 6.7 KB
10 Git push, fetch and pull/115 What is tracking branch.mp4 19.69 MB
10 Git push, fetch and pull/116 Checkout remote branch.en.srt 5.32 KB
10 Git push, fetch and pull/116 Checkout remote branch.mp4 23.39 MB
10 Git push, fetch and pull/117 Git remote show origin.en.srt 4.04 KB
10 Git push, fetch and pull/117 Git remote show origin.mp4 25.77 MB
10 Git push, fetch and pull/118 Git fetch in action.en.srt 8.47 KB
10 Git push, fetch and pull/118 Git fetch in action.mp4 42.25 MB
10 Git push, fetch and pull/119 Git pull is 2-step process.en.srt 4.89 KB
10 Git push, fetch and pull/119 Git pull is 2-step process.mp4 17.27 MB
10 Git push, fetch and pull/120 How to perform git pull.en.srt 6.73 KB
10 Git push, fetch and pull/120 How to perform git pull.mp4 27.17 MB
10 Git push, fetch and pull/121 What is FETCH_HEAD.en.srt 11.39 KB
10 Git push, fetch and pull/121 What is FETCH_HEAD.mp4 77.28 MB
10 Git push, fetch and pull/122 Git pull with fast forward merge.en.srt 10 KB
10 Git push, fetch and pull/122 Git pull with fast forward merge.mp4 55.96 MB
10 Git push, fetch and pull/123 Fetch remote changes manually.en.srt 12.26 KB
10 Git push, fetch and pull/123 Fetch remote changes manually.mp4 77.75 MB
10 Git push, fetch and pull/124 Merge FETCH_HEAD manually.en.srt 8.26 KB
10 Git push, fetch and pull/124 Merge FETCH_HEAD manually.mp4 40.37 MB
10 Git push, fetch and pull/125 Resolving conflicts during Git pull.en.srt 16.05 KB
10 Git push, fetch and pull/125 Resolving conflicts during Git pull.mp4 96.08 MB
10 Git push, fetch and pull/126 Pushing to remote repository.en.srt 12.52 KB
10 Git push, fetch and pull/126 Pushing to remote repository.mp4 68.51 MB
10 Git push, fetch and pull/127 Commit under another author.en.srt 3.69 KB
10 Git push, fetch and pull/127 Commit under another author.mp4 21.19 MB
10 Git push, fetch and pull/128 Remote and local branches are in sync now.en.srt 4.72 KB
10 Git push, fetch and pull/128 Remote and local branches are in sync now.mp4 26.74 MB
10 Git push, fetch and pull/129 Create remote branch based on local branch.en.srt 12.22 KB
10 Git push, fetch and pull/129 Create remote branch based on local branch.mp4 59.98 MB
10 Git push, fetch and pull/130 Update tracking statuses of the branches.en.srt 10.51 KB
10 Git push, fetch and pull/130 Update tracking statuses of the branches.mp4 53.22 MB
10 Git push, fetch and pull/131 Remove remote branch using local terminal.en.srt 5.2 KB
10 Git push, fetch and pull/131 Remove remote branch using local terminal.mp4 22.71 MB
10 Git push, fetch and pull/132 Git show-ref.en.srt 5.92 KB
10 Git push, fetch and pull/132 Git show-ref.mp4 34.98 MB
10 Git push, fetch and pull/Help TutFlix Community.txt 1.1 KB
10 Git push, fetch and pull/More Course Materials.txt 389 B
10 Git push, fetch and pull/tutflix.org.url 42 B
11 Pull requests/133 Section 11 Introduction.en.srt 1.34 KB
11 Pull requests/133 Section 11 Introduction.mp4 22.1 MB
11 Pull requests/134 Collaboration between contributors.en.srt 6.14 KB
11 Pull requests/134 Collaboration between contributors.mp4 18.17 MB
11 Pull requests/135 What is pull request_.en.srt 3.21 KB
11 Pull requests/135 What is pull request_.mp4 6.84 MB
11 Pull requests/136 Why pull request was named pull request.en.srt 7.81 KB
11 Pull requests/136 Why pull request was named pull request.mp4 25.48 MB
11 Pull requests/137 Pull request or Merge request.en.srt 6.01 KB
11 Pull requests/137 Pull request or Merge request.mp4 15.89 MB
11 Pull requests/138 Pull request step-by-step.en.srt 9.77 KB
11 Pull requests/138 Pull request step-by-step.mp4 44.74 MB
11 Pull requests/139 Create new repository at GitHub.en.srt 9.51 KB
11 Pull requests/139 Create new repository at GitHub.mp4 47.7 MB
11 Pull requests/140 Changing author of the last commit.en.srt 3.48 KB
11 Pull requests/140 Changing author of the last commit.mp4 16.62 MB
11 Pull requests/141 Pushing branch to remote.en.srt 6.67 KB
11 Pull requests/141 Pushing branch to remote.mp4 33.12 MB
11 Pull requests/142 Open pull request.en.srt 10.23 KB
11 Pull requests/142 Open pull request.mp4 50.07 MB
11 Pull requests/143 Adding comments and approving pull request.en.srt 12.65 KB
11 Pull requests/143 Adding comments and approving pull request.mp4 68.98 MB
11 Pull requests/144 Creating and publishing new branch using GitHub Desktop.en.srt 7.83 KB
11 Pull requests/144 Creating and publishing new branch using GitHub Desktop.mp4 30.93 MB
11 Pull requests/145 Signing in to GitHub in the GitHub Desktop.en.srt 2.07 KB
11 Pull requests/145 Signing in to GitHub in the GitHub Desktop.mp4 8.89 MB
11 Pull requests/146 Creating and merging pull request.en.srt 12.34 KB
11 Pull requests/146 Creating and merging pull request.mp4 63.3 MB
11 Pull requests/147 Adding new collaborator under GitHub.en.srt 5.17 KB
11 Pull requests/147 Adding new collaborator under GitHub.mp4 24.94 MB
11 Pull requests/148 Exploring own GitHub account.en.srt 6.51 KB
11 Pull requests/148 Exploring own GitHub account.mp4 46.74 MB
11 Pull requests/149 Opening and merging PR by collaborator.en.srt 9.21 KB
11 Pull requests/149 Opening and merging PR by collaborator.mp4 49.37 MB
11 Pull requests/150 By default merging is allowed without approvals.en.srt 3.14 KB
11 Pull requests/150 By default merging is allowed without approvals.mp4 16.21 MB
11 Pull requests/151 Configure protected branch rule.en.srt 5.86 KB
11 Pull requests/151 Configure protected branch rule.mp4 33.56 MB
11 Pull requests/152 Merging after required approve.en.srt 3.95 KB
11 Pull requests/152 Merging after required approve.mp4 25.86 MB
11 Pull requests/153 Exploring pull requests in the public repositories.en.srt 8.14 KB
11 Pull requests/153 Exploring pull requests in the public repositories.mp4 56.01 MB
11 Pull requests/154 Working with issues at GitHub.en.srt 15.44 KB
11 Pull requests/154 Working with issues at GitHub.mp4 87.81 MB
12 Forks and contribution to the public repositories/155 Section 12 Introduction.en.srt 1.04 KB
12 Forks and contribution to the public repositories/155 Section 12 Introduction.mp4 17.33 MB
12 Forks and contribution to the public repositories/156 Creating Fork.en.srt 6.36 KB
12 Forks and contribution to the public repositories/156 Creating Fork.mp4 40.84 MB
12 Forks and contribution to the public repositories/157 How to sync changes from the parent repository.en.srt 6.88 KB
12 Forks and contribution to the public repositories/157 How to sync changes from the parent repository.mp4 23 MB
12 Forks and contribution to the public repositories/158 Adding new upstream remote repository.en.srt 3.19 KB
12 Forks and contribution to the public repositories/158 Adding new upstream remote repository.mp4 12.26 MB
12 Forks and contribution to the public repositories/159 Fetching changes from upstream.en.srt 3.19 KB
12 Forks and contribution to the public repositories/159 Fetching changes from upstream.mp4 26.35 MB
12 Forks and contribution to the public repositories/160 Synchronizing changes from upstream.en.srt 15.78 KB
12 Forks and contribution to the public repositories/160 Synchronizing changes from upstream.mp4 88.01 MB
12 Forks and contribution to the public repositories/161 How to open pull request from the forked repository.en.srt 3.71 KB
12 Forks and contribution to the public repositories/161 How to open pull request from the forked repository.mp4 9.72 MB
12 Forks and contribution to the public repositories/162 Plan for creating pull request from the forked repository.en.srt 2.54 KB
12 Forks and contribution to the public repositories/162 Plan for creating pull request from the forked repository.mp4 10.11 MB
12 Forks and contribution to the public repositories/163 Removing repository collaborator.en.srt 3.21 KB
12 Forks and contribution to the public repositories/163 Removing repository collaborator.mp4 13.87 MB
12 Forks and contribution to the public repositories/164 Forking repository.en.srt 4.52 KB
12 Forks and contribution to the public repositories/164 Forking repository.mp4 21.57 MB
12 Forks and contribution to the public repositories/165 Committing changes in the forked repository.en.srt 4.59 KB
12 Forks and contribution to the public repositories/165 Committing changes in the forked repository.mp4 20.26 MB
12 Forks and contribution to the public repositories/166 Open pull request from the forked repository.en.srt 6.43 KB
12 Forks and contribution to the public repositories/166 Open pull request from the forked repository.mp4 26.71 MB
12 Forks and contribution to the public repositories/167 Approving and merging pull request from the forked repository.en.srt 15.86 KB
12 Forks and contribution to the public repositories/167 Approving and merging pull request from the forked repository.mp4 81.65 MB
12 Forks and contribution to the public repositories/Help TutFlix Community.txt 1.1 KB
12 Forks and contribution to the public repositories/More Course Materials.txt 389 B
12 Forks and contribution to the public repositories/tutflix.org.url 42 B
13 Git Tags/168 Section 13 Introduction.en.srt 1.07 KB
13 Git Tags/168 Section 13 Introduction.mp4 18.59 MB
13 Git Tags/169 Git tags overview.en.srt 4.37 KB
13 Git Tags/169 Git tags overview.mp4 10.52 MB
13 Git Tags/170 Staging vs Production.en.srt 9.32 KB
13 Git Tags/170 Staging vs Production.mp4 33.49 MB
13 Git Tags/171 Semantic versioning.en.srt 14.92 KB
13 Git Tags/171 Semantic versioning.mp4 60.02 MB
13 Git Tags/172 Lightweight vs Annotated tags.en.srt 5.98 KB
13 Git Tags/172 Lightweight vs Annotated tags.mp4 16.82 MB
13 Git Tags/173 Creating lightweight tags.en.srt 13.53 KB
13 Git Tags/173 Creating lightweight tags.mp4 49.73 MB
13 Git Tags/174 Creating annotated tag.en.srt 3.79 KB
13 Git Tags/174 Creating annotated tag.mp4 15.74 MB
13 Git Tags/175 Exploring git tag object.en.srt 4.26 KB
13 Git Tags/175 Exploring git tag object.mp4 23.26 MB
13 Git Tags/176 Pushing tags to remote.en.srt 14.85 KB
13 Git Tags/176 Pushing tags to remote.mp4 65.75 MB
14 Rebasing/177 Section 14 Introduction.en.srt 1.8 KB
14 Rebasing/177 Section 14 Introduction.mp4 30.44 MB
14 Rebasing/178 Introduction to Rebasing.en.srt 1.98 KB
14 Rebasing/178 Introduction to Rebasing.mp4 6.2 MB
14 Rebasing/179 Merging vs Rebasing.en.srt 7.42 KB
14 Rebasing/179 Merging vs Rebasing.mp4 29.12 MB
14 Rebasing/180 How to perform rebasing.en.srt 2.91 KB
14 Rebasing/180 How to perform rebasing.mp4 13.17 MB
14 Rebasing/181 Rebasing - STEP 1.en.srt 3.9 KB
14 Rebasing/181 Rebasing - STEP 1.mp4 12.42 MB
14 Rebasing/182 Rebasing - STEP 2.en.srt 3.73 KB
14 Rebasing/182 Rebasing - STEP 2.mp4 11.64 MB
14 Rebasing/183 Creating new repository.en.srt 2.89 KB
14 Rebasing/183 Creating new repository.mp4 14.14 MB
14 Rebasing/184 Creating feature branch and making changes.en.srt 5.69 KB
14 Rebasing/184 Creating feature branch and making changes.mp4 36.06 MB
14 Rebasing/185 Rebasing feature branch on top of master branch.en.srt 4.57 KB
14 Rebasing/185 Rebasing feature branch on top of master branch.mp4 18.44 MB
14 Rebasing/186 Completing rebasing by performing merging.en.srt 2.72 KB
14 Rebasing/186 Completing rebasing by performing merging.mp4 16.82 MB
14 Rebasing/187 Exploring graph and commits in SourceTree.en.srt 7.58 KB
14 Rebasing/187 Exploring graph and commits in SourceTree.mp4 43.08 MB
14 Rebasing/188 Deleteing feature branch and pushing to remote.en.srt 2.26 KB
14 Rebasing/188 Deleteing feature branch and pushing to remote.mp4 11.94 MB
14 Rebasing/Help TutFlix Community.txt 1.1 KB
14 Rebasing/More Course Materials.txt 389 B
14 Rebasing/tutflix.org.url 42 B
15 Ignoring files in Git/189 Section 15 Introduction.en.srt 1.43 KB
15 Ignoring files in Git/189 Section 15 Introduction.mp4 25.29 MB
15 Ignoring files in Git/190 Introduction go Git ignore.en.srt 2.94 KB
15 Ignoring files in Git/190 Introduction go Git ignore.mp4 11.44 MB
15 Ignoring files in Git/191 Git file statuses - untracked, tracked and ignored.en.srt 2.56 KB
15 Ignoring files in Git/191 Git file statuses - untracked, tracked and ignored.mp4 9.09 MB
15 Ignoring files in Git/192 Basic gitignore rules.en.srt 10.59 KB
15 Ignoring files in Git/192 Basic gitignore rules.mp4 41.59 MB
15 Ignoring files in Git/193 Pushing repository with ignored files to remote.en.srt 3.67 KB
15 Ignoring files in Git/193 Pushing repository with ignored files to remote.mp4 19.55 MB
15 Ignoring files in Git/194 Committing previously ignored file.en.srt 3.99 KB
15 Ignoring files in Git/194 Committing previously ignored file.mp4 18.41 MB
15 Ignoring files in Git/195 Ignore previously committed file.en.srt 5.64 KB
15 Ignoring files in Git/195 Ignore previously committed file.mp4 28.09 MB
15 Ignoring files in Git/196 Git ignore common practices and templates.en.srt 7.45 KB
15 Ignoring files in Git/196 Git ignore common practices and templates.mp4 38.33 MB
16 Detached HEAD/197 Section 16 Introduction.en.srt 1.8 KB
16 Detached HEAD/197 Section 16 Introduction.mp4 29.83 MB
16 Detached HEAD/198 Detached HEAD state.en.srt 5.95 KB
16 Detached HEAD/198 Detached HEAD state.mp4 17.57 MB
16 Detached HEAD/199 Making experimental commits in detached HEAD state.en.srt 11.14 KB
16 Detached HEAD/199 Making experimental commits in detached HEAD state.mp4 66.56 MB
16 Detached HEAD/200 Retaining changes made in the detached HEAD state.en.srt 11.69 KB
16 Detached HEAD/200 Retaining changes made in the detached HEAD state.mp4 65.35 MB
16 Detached HEAD/Help TutFlix Community.txt 1.1 KB
16 Detached HEAD/More Course Materials.txt 389 B
16 Detached HEAD/tutflix.org.url 42 B
17 Advanced Git/201 Section 17 Introduction.en.srt 1.08 KB
17 Advanced Git/201 Section 17 Introduction.mp4 17.26 MB
17 Advanced Git/202 Cloning one of the public repositories.en.srt 4.56 KB
17 Advanced Git/202 Cloning one of the public repositories.mp4 42.38 MB
17 Advanced Git/203 If _git lg_ command is not available.html 1.21 KB
17 Advanced Git/204 Git log options - oneline, graph, stat.en.srt 7.83 KB
17 Advanced Git/204 Git log options - oneline, graph, stat.mp4 71.04 MB
17 Advanced Git/205 Git shortlog.en.srt 2.31 KB
17 Advanced Git/205 Git shortlog.mp4 20.5 MB
17 Advanced Git/206 Filtering commits by author or keyword.en.srt 4.02 KB
17 Advanced Git/206 Filtering commits by author or keyword.mp4 34.84 MB
17 Advanced Git/207 Pretty formatting of git log.en.srt 4.3 KB
17 Advanced Git/207 Pretty formatting of git log.mp4 37.29 MB
17 Advanced Git/208 Filter out merge commits in git log.en.srt 4.26 KB
17 Advanced Git/208 Filter out merge commits in git log.mp4 37.95 MB
17 Advanced Git/209 Git reset.en.srt 13.65 KB
01 Introduction to the Git and GitHub/001 Welcome and Course Overview.mp4 119.6 MB
17 Advanced Git/210 Git revert.en.srt 12.28 KB
17 Advanced Git/210 Git revert.mp4 127.05 MB
17 Advanced Git/211 Modifying last commit using amend option.en.srt 5.87 KB
17 Advanced Git/211 Modifying last commit using amend option.mp4 56.55 MB
17 Advanced Git/212 Cherry-picking commits.en.srt 7.81 KB
17 Advanced Git/212 Cherry-picking commits.mp4 89.13 MB
17 Advanced Git/213 Reflog - log of all Git operations.en.srt 10.09 KB
17 Advanced Git/213 Reflog - log of all Git operations.mp4 105.92 MB
17 Advanced Git/214 Stashing changes using terminal.en.srt 7.69 KB
17 Advanced Git/214 Stashing changes using terminal.mp4 82.76 MB
17 Advanced Git/215 Stashing using GitHub Desktop.en.srt 3.22 KB
17 Advanced Git/215 Stashing using GitHub Desktop.mp4 33.36 MB
17 Advanced Git/216 Garbage collection.en.srt 4.45 KB
17 Advanced Git/216 Garbage collection.mp4 52.19 MB
17 Advanced Git/217 Squashing of commits at GitHub.en.srt 9.59 KB
17 Advanced Git/217 Squashing of commits at GitHub.mp4 119.97 MB
17 Advanced Git/218 Interactive rebasing with squashing in the local repository.en.srt 9.83 KB
17 Advanced Git/218 Interactive rebasing with squashing in the local repository.mp4 120.07 MB
17 Advanced Git/219 Git development workflow.en.srt 8.44 KB
17 Advanced Git/219 Git development workflow.mp4 94.64 MB
18 GitHub Pages/220 Section 18 Introduction.en.srt 1.8 KB
18 GitHub Pages/220 Section 18 Introduction.mp4 33.05 MB
18 GitHub Pages/221 Creating simple website using GitHub Pages.en.srt 5.97 KB
18 GitHub Pages/221 Creating simple website using GitHub Pages.mp4 29.99 MB
18 GitHub Pages/222 Hosting any Repository using GitHub Pages.en.srt 12.96 KB
18 GitHub Pages/222 Hosting any Repository using GitHub Pages.mp4 54.26 MB
18 GitHub Pages/223 Creating basic React application.en.srt 14.59 KB
18 GitHub Pages/223 Creating basic React application.mp4 57.44 MB
18 GitHub Pages/224 Preparing React application for publish to the GitHub Pages.en.srt 12.11 KB
18 GitHub Pages/224 Preparing React application for publish to the GitHub Pages.mp4 73.09 MB
18 GitHub Pages/225 Fixing error with cached credentials by using SSH instead of HTTPS.en.srt 14.59 KB
18 GitHub Pages/225 Fixing error with cached credentials by using SSH instead of HTTPS.mp4 79.74 MB
18 GitHub Pages/226 Verifying React GitHub Page.en.srt 11.04 KB
18 GitHub Pages/226 Verifying React GitHub Page.mp4 60.3 MB
18 GitHub Pages/227 Configuring custom domain for GitHub Pages.en.srt 15.76 KB
18 GitHub Pages/227 Configuring custom domain for GitHub Pages.mp4 83.75 MB
18 GitHub Pages/228 Creating static GitHub Page using markdown.en.srt 6.88 KB
18 GitHub Pages/228 Creating static GitHub Page using markdown.mp4 48.36 MB
18 GitHub Pages/Help TutFlix Community.txt 1.1 KB
18 GitHub Pages/More Course Materials.txt 389 B
18 GitHub Pages/tutflix.org.url 42 B
19 Git Hooks/229 Section 19 Introduction.en.srt 1.96 KB
19 Git Hooks/229 Section 19 Introduction.mp4 38.26 MB
19 Git Hooks/230 Normal Git workflow without Hooks.en.srt 3.84 KB
19 Git Hooks/230 Normal Git workflow without Hooks.mp4 11.74 MB
19 Git Hooks/231 What are Git Hooks.en.srt 8.55 KB
19 Git Hooks/231 What are Git Hooks.mp4 38.95 MB
19 Git Hooks/232 How Git Hooks could be used on practice.en.srt 5.87 KB
19 Git Hooks/232 How Git Hooks could be used on practice.mp4 21.96 MB
19 Git Hooks/233 Using pre-commit Hook.en.srt 15.3 KB
19 Git Hooks/233 Using pre-commit Hook.mp4 95.25 MB
19 Git Hooks/234 Enabling post-commit Hook.en.srt 5.8 KB
19 Git Hooks/234 Enabling post-commit Hook.mp4 35.33 MB
19 Git Hooks/235 Disabling rebasing using pre-rebase Hook.en.srt 8.7 KB
19 Git Hooks/235 Disabling rebasing using pre-rebase Hook.mp4 47.53 MB
19 Git Hooks/236 Match authors Email against Regular Expression.en.srt 8.63 KB
19 Git Hooks/236 Match authors Email against Regular Expression.mp4 39.23 MB
19 Git Hooks/237 Local Git Hooks are NOT pushed to the remote.en.srt 8.23 KB
19 Git Hooks/237 Local Git Hooks are NOT pushed to the remote.mp4 51.89 MB
19 Git Hooks/238 Cleaning up Local Git Hooks repository.en.srt 6.5 KB
19 Git Hooks/238 Cleaning up Local Git Hooks repository.mp4 41.33 MB
19 Git Hooks/239 Initializing new Node.js project.en.srt 9.21 KB
19 Git Hooks/239 Initializing new Node.js project.mp4 40.45 MB
19 Git Hooks/240 Installing Jest NPM package for testing.en.srt 4.42 KB
19 Git Hooks/240 Installing Jest NPM package for testing.mp4 26.44 MB
19 Git Hooks/241 Adding mult and sum modules with tests.en.srt 11.74 KB
19 Git Hooks/241 Adding mult and sum modules with tests.mp4 66.6 MB
19 Git Hooks/242 Using pre-commit NPM package for automation of the pre-commit hook.en.srt 9.14 KB
19 Git Hooks/242 Using pre-commit NPM package for automation of the pre-commit hook.mp4 56.87 MB
19 Git Hooks/243 Cloning remote repository and verifying pre-commit hook.en.srt 5.46 KB
19 Git Hooks/243 Cloning remote repository and verifying pre-commit hook.mp4 29.56 MB
19 Git Hooks/244 Replacing pre-commit NPM package with husky.en.srt 7.12 KB
19 Git Hooks/244 Replacing pre-commit NPM package with husky.mp4 45.33 MB
19 Git Hooks/245 Skipping all Git Hooks using --no-verify option.en.srt 5.64 KB
19 Git Hooks/245 Skipping all Git Hooks using --no-verify option.mp4 34.63 MB
19 Git Hooks/246 Introduce linter and run linter in the pre-commit Hook.en.srt 17 KB
19 Git Hooks/246 Introduce linter and run linter in the pre-commit Hook.mp4 108.58 MB
19 Git Hooks/247 Introducing lint-staged package for checks only of the staged files.en.srt 7.9 KB
19 Git Hooks/247 Introducing lint-staged package for checks only of the staged files.mp4 49.74 MB
19 Git Hooks/248 Verifying selective linting and testing using lint-staged.en.srt 5.86 KB
19 Git Hooks/248 Verifying selective linting and testing using lint-staged.mp4 35.89 MB
19 Git Hooks/249 Adding post-commit Hook.en.srt 4.61 KB
19 Git Hooks/249 Adding post-commit Hook.mp4 27.39 MB
19 Git Hooks/250 Verifying commit message using commitlint.en.srt 11.09 KB
19 Git Hooks/250 Verifying commit message using commitlint.mp4 76.67 MB
19 Git Hooks/251 Git Hooks Summary.en.srt 3.86 KB
19 Git Hooks/251 Git Hooks Summary.mp4 53.23 MB
19 Git Hooks/Help TutFlix Community.txt 1.1 KB
19 Git Hooks/More Course Materials.txt 389 B
19 Git Hooks/tutflix.org.url 42 B
20 Wrap Up/252 Wrap Up.en.srt 652 B
20 Wrap Up/252 Wrap Up.mp4 8.27 MB
20 Wrap Up/Help TutFlix Community.txt 1.1 KB
01 Introduction to the Git and GitHub/001 Welcome and Course Overview.en.srt 7.55 KB
20 Wrap Up/tutflix.org.url 42 B
Download Info
-
Tips
“[Udemy] Git and github complete guide (2020)” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.