本站已收录 番号和无损神作磁力链接/BT种子 

CodeWithMosh — The Ultimate Git Course

种子简介

种子名称: CodeWithMosh — The Ultimate Git Course
文件类型: 视频
文件数目: 103个文件
文件大小: 920.13 MB
收录时间: 2023-12-26 21:54
已经下载: 3
资源热度: 35
最近下载: 2024-7-8 20:36

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:399e604f657f14181f8c2f06941165046fbbb6f6&dn=CodeWithMosh — The Ultimate Git Course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

CodeWithMosh — The Ultimate Git Course.torrent
  • 01 Getting Started/01 introduction~.mp42.66MB
  • 01 Getting Started/02 how to take this course~.mp411.25MB
  • 01 Getting Started/03 what is git~.mp49.9MB
  • 01 Getting Started/04 using git~.mp421.77MB
  • 01 Getting Started/05 installing git~.mp44.97MB
  • 01 Getting Started/06 configuring git~.mp410.66MB
  • 01 Getting Started/07 getting help~.mp44.15MB
  • 01 Getting Started/08 cheat sheet~.mp42.44MB
  • 02 Creating Snapshots/01 introduction~.mp41.51MB
  • 02 Creating Snapshots/02 initializing a repository~.mp44.42MB
  • 02 Creating Snapshots/03 git workflow~.mp410.04MB
  • 02 Creating Snapshots/04 staging files~.mp47.42MB
  • 02 Creating Snapshots/05 committing changes~.mp44.99MB
  • 02 Creating Snapshots/06 committing best practices~.mp414.94MB
  • 02 Creating Snapshots/07 skipping the staging area~.mp42.77MB
  • 02 Creating Snapshots/08 removing files~.mp44.23MB
  • 02 Creating Snapshots/09 renaming or moving files~.mp45.82MB
  • 02 Creating Snapshots/10 ignoring files~.mp417.22MB
  • 02 Creating Snapshots/11 short status~.mp45.01MB
  • 02 Creating Snapshots/12 viewing staged and unstaged changes~.mp412.1MB
  • 02 Creating Snapshots/13 visual diff tools~.mp410.92MB
  • 02 Creating Snapshots/14 viewing history~.mp48.59MB
  • 02 Creating Snapshots/15 viewing a commit~.mp47.91MB
  • 02 Creating Snapshots/16 unstaging files~.mp45.86MB
  • 02 Creating Snapshots/17 discarding local changes~.mp44.4MB
  • 02 Creating Snapshots/18 restoring a file to an earlier version~.mp46.51MB
  • 02 Creating Snapshots/19 creating snapshots with vscode~.mp44.32MB
  • 02 Creating Snapshots/20 creating snapshots with gitkraken~.mp49.12MB
  • 03 Browsing History/01 introduction~.mp42.01MB
  • 03 Browsing History/02 getting a repository~.mp42.44MB
  • 03 Browsing History/03 viewing the history~.mp411.09MB
  • 03 Browsing History/04 filtering the history~.mp413.31MB
  • 03 Browsing History/05 formatting the log output~.mp412.17MB
  • 03 Browsing History/06 aliases~.mp45.4MB
  • 03 Browsing History/07 viewing a commit~.mp48.52MB
  • 03 Browsing History/08 viewing the changes across commits~.mp44.08MB
  • 03 Browsing History/09 checking out a commit~.mp411.08MB
  • 03 Browsing History/10 finding bugs using bisect~.mp419.68MB
  • 03 Browsing History/11 finding contributors using shortlog~.mp44.11MB
  • 03 Browsing History/12 viewing the history of a file~.mp43.7MB
  • 03 Browsing History/13 restoring a deleting file~.mp44.89MB
  • 03 Browsing History/14 finding the author of line using blame~.mp43.01MB
  • 03 Browsing History/15 tagging~.mp47.36MB
  • 03 Browsing History/16 browsing history using vscode~.mp412.02MB
  • 03 Browsing History/17 browsing the history using gitkraken~.mp416.91MB
  • 04 Branching/01 introduction~.mp41.56MB
  • 04 Branching/02 what are branches~.mp47.41MB
  • 04 Branching/03 getting a repository~.mp41.3MB
  • 04 Branching/04 working with branches~.mp415.16MB
  • 04 Branching/05 comparing branches~.mp44.39MB
  • 04 Branching/06 stashing~.mp49.93MB
  • 04 Branching/07 merging~.mp45.88MB
  • 04 Branching/08 fast forward merges~.mp420.05MB
  • 04 Branching/09 three way merges~.mp414.14MB
  • 04 Branching/10 viewing merged and unmerged branches~.mp42.11MB
  • 04 Branching/11 merge conflicts~.mp415.63MB
  • 04 Branching/12 graphical merge tools~.mp414.5MB
  • 04 Branching/13 aborting a merge~.mp41.85MB
  • 04 Branching/14 undoing a faulty merge~.mp417.44MB
  • 04 Branching/15 squash merging~.mp414.24MB
  • 04 Branching/16 rebasing~.mp424.12MB
  • 04 Branching/17 cherry picking~.mp46.22MB
  • 04 Branching/18 picking a file from another branch~.mp43.82MB
  • 04 Branching/19 branching in vscode~.mp426.72MB
  • 04 Branching/20 branching in gitkraken~.mp415.3MB
  • 05 Collaboration/01 introduction~.mp41.74MB
  • 05 Collaboration/02 workflows~.mp47.98MB
  • 05 Collaboration/03 creating a github repository~.mp47.84MB
  • 05 Collaboration/04 adding collaborators~.mp43.04MB
  • 05 Collaboration/05 cloning a repository~.mp47.02MB
  • 05 Collaboration/06 fetching~.mp411.61MB
  • 05 Collaboration/07 pulling~.mp49.94MB
  • 05 Collaboration/08 pushing~.mp45.48MB
  • 05 Collaboration/09 storing credentials~.mp45.79MB
  • 05 Collaboration/10 sharing tags~.mp43.92MB
  • 05 Collaboration/11 releases~.mp45.88MB
  • 05 Collaboration/12 sharing branches~.mp49.15MB
  • 05 Collaboration/13 collaboration workflow~.mp418.66MB
  • 05 Collaboration/14 pull requests~.mp426.32MB
  • 05 Collaboration/15 resolving conflicts~.mp411.1MB
  • 05 Collaboration/16 issues~.mp47.87MB
  • 05 Collaboration/17 labels~.mp42.12MB
  • 05 Collaboration/18 milestones~.mp45.46MB
  • 05 Collaboration/19 contributing to open source projects~.mp415.12MB
  • 05 Collaboration/20 keeping a forked repository up to date~.mp415.16MB
  • 05 Collaboration/21 collaboration using vscode~.mp46.61MB
  • 05 Collaboration/22 collaboration using gitkraken~.mp411.73MB
  • 06 Rewriting History/01 introduction~.mp41.67MB
  • 06 Rewriting History/02 why rewrite history~.mp43.13MB
  • 06 Rewriting History/03 the golden rule of rewriting history~.mp47.64MB
  • 06 Rewriting History/04 example of a bad history~.mp48.83MB
  • 06 Rewriting History/05 undoing commits~.mp413.3MB
  • 06 Rewriting History/06 reverting commits~.mp410.96MB
  • 06 Rewriting History/07 recovering lost commits~.mp49.72MB
  • 06 Rewriting History/08 amending the last commit~.mp49.21MB
  • 06 Rewriting History/09 amending an earlier commit~.mp418.15MB
  • 06 Rewriting History/10 dropping commits~.mp414.12MB
  • 06 Rewriting History/11 rewording commit messages~.mp46.06MB
  • 06 Rewriting History/12 reordering commits~.mp44.65MB
  • 06 Rewriting History/13 squashing commits~.mp412.83MB
  • 06 Rewriting History/14 splitting a commit~.mp410.58MB
  • 06 Rewriting History/15 rewriting history using gitkraken~.mp47.02MB
  • 06 Rewriting History/16 course wrap up~.mp43.28MB