fileUdemy-Git-Complete-The-d-1vyUG

Udemy Git Complete The definitive step step guide Git
  • MP41. Introduction/1. Welcome and Course Goals.mp43.49MB
  • MP41. Introduction/2. Course Overview.mp43.70MB
  • MP41. Introduction/3. About the Author Instructor.mp42.83MB
  • MP41. Introduction/4. Course Audience and Course Study Tips.mp44.02MB
  • MP41. Introduction/5. Why Comnd Line.mp44.75MB
  • MP41. Introduction/6. Why Source Control.mp47.35MB
  • MP41. Introduction/7. Why Git.mp43.13MB
  • MP41. Introduction/8. Key Git Terminology.mp49.46MB
  • MP410. Stashing/1. Simple Stash Example.mp419.31MB
  • MP410. Stashing/2. Stashing Untracked Files and Using Pop.mp418.40MB
  • MP410. Stashing/3. naging Multiple Stashes.mp414.40MB
  • MP410. Stashing/4. Stashing into a Branch.mp417.71MB
  • MP410. Stashing/5. Section Cleanup and push to GitHub.mp44.00MB
  • MP411. Tagging/1. Simple Tag Example Lightweight Tags.mp451.01MB
  • MP411. Tagging/2. Annotated Tags.mp44.17MB
  • MP411. Tagging/3. Comparing Tags.mp442.33MB
  • MP411. Tagging/4. Tagging a Specific Commit.mp410.95MB
  • MP411. Tagging/5. Updating Tags.mp49.31MB
  • MP411. Tagging/6. Using Tags with GitHub.mp418.44MB
  • MP412. Bonus Office Hour Sessions/1. Reset and Reflog (Office Hours, Session 1).mp4100.99MB
  • MP412. Bonus Office Hour Sessions/2. Compare Branches via GitHub (Office Hours, Session 1).mp416.11MB
  • MP412. Bonus Office Hour Sessions/3. Compare Branches via Comnd Line (Office Hours, Session 1).mp424.04MB
  • MP412. Bonus Office Hour Sessions/4. Stash vs Branch (Office Hours, Session 1).mp443.68MB
  • MP412. Bonus Office Hour Sessions/5. Gitting Help (Office Hours, Session 1).mp411.22MB
  • MP412. Bonus Office Hour Sessions/6. Cherry Pick (Office Hours, Session 1).mp432.50MB
  • MP413. Updates and Errata/1. Git c OS X Updates.mp4108.51MB
  • MP42. Git Installation/1. Installation Overview.mp44.53MB
  • MP42. Git Installation/2. Installing Git for Windows.mp417.77MB
  • MP42. Git Installation/3. Installing Git on c OS X.mp43.09MB
  • MP43. Git Quick Start/1. Quick Start, Part 1 Starting with GitHub and Project Setup.mp412.48MB
  • MP43. Git Quick Start/2. Quick Start, Part 2 Configuration, Clone, and Git Basic Workflow.mp431.31MB
  • MP44. Text Editor Installation/1. Text Editor Installation Overview.mp43.04MB
  • MP44. Text Editor Installation/2. Windows Text Editor Notepad++ Installation.mp417.29MB
  • MP44. Text Editor Installation/3. Configure Notepad++ with Git (Windows Only).mp47.85MB
  • VTT4. Text Editor Installation/3. Configure Notepad++ with Git (Windows Only).vtt51.75MB
  • MP44. Text Editor Installation/4. c Text Editor TextMate 2 Installation.mp410.88MB
  • MP44. Text Editor Installation/5. Configure Text te 2 with Git (Mac Only).mp46.23MB
  • MP45. Basic Git Comnds/1. Basic Commands Overview.mp44.13MB
  • MP45. Basic Git Comnds/10. Renaming and Moving Files.mp427.93MB
  • MP45. Basic Git Comnds/11. Deleting Files.mp428.88MB
  • MP45. Basic Git Comnds/12. History.mp413.82MB
  • MP45. Basic Git Comnds/13. Git Alias.mp413.42MB
  • MP45. Basic Git Comnds/14. Ignoring Unwanted Files and Folders.mp428.06MB
  • MP45. Basic Git Comnds/15. Cleanup and Back to Origin (GitHub).mp46.99MB
  • MP45. Basic Git Comnds/2. Starting with a Fresh Project (git init).mp421.14MB
  • MP45. Basic Git Comnds/3. Adding Git to an Existing Project (git init).mp427.90MB
  • MP45. Basic Git Comnds/4. Starting on GitHub by Joining an Existing Project (git clone).mp413.72MB
  • MP45. Basic Git Comnds/5. Basic Git Workflow (add, commit, pull & push).mp438.09MB
  • MP45. Basic Git Comnds/6. Tracked Files.mp419.54MB
  • MP45. Basic Git Comnds/7. Editing Files.mp426.23MB
  • MP45. Basic Git Comnds/8. Recursive Add.mp419.16MB
  • MP45. Basic Git Comnds/9. Backing Out Changes.mp431.01MB
  • MP46. Visual MergeDiff Tool Installation/1. Visual Merge Diff Tool Installation Overview.mp43.08MB
  • MP46. Visual MergeDiff Tool Installation/2. P4Merge Install on Windows.mp44.05MB
  • MP46. Visual MergeDiff Tool Installation/3. P4Merge Configure on Windows.mp46.10MB
  • MP46. Visual MergeDiff Tool Installation/4. P4Merge for Windows Git Configuration.mp46.19MB
  • MP46. Visual MergeDiff Tool Installation/5. P4Merge for c Installation.mp43.48MB
  • MP46. Visual MergeDiff Tool Installation/6. P4Merge for c Git Configuration.mp45.49MB
  • MP47. Comparisons/1. Git Repository Setup (for comparing examples).mp421.11MB
  • MP47. Comparisons/2. Comparing Working Directory and the Staging Area.mp410.45MB
  • MP47. Comparisons/3. Comparing Working Directory and Git Repository (Last Commit).mp45.44MB
  • MP47. Comparisons/4. Comparing between the Staging Area and the Git Repository (Last Commit).mp46.35MB
  • MP47. Comparisons/5. Limiting Comparsons to one File (or path).mp45.92MB
  • MP47. Comparisons/6. Comparing Between Commits.mp422.34MB
  • MP47. Comparisons/7. Comparing Between Local and Remote ster Branches.mp47.54MB
  • MP47. Comparisons/8. Comparison Section Cleanup and Push back to GitHub.mp48.28MB
  • MP48. Branching and Merging/1. Branching Basics.mp418.21MB
  • MP48. Branching and Merging/2. Happy Path Fast Forward Merges.mp417.78MB
  • MP48. Branching and Merging/3. Happy Path Disable Fast Forward Merges.mp423.78MB
  • MP48. Branching and Merging/4. Autotic Merges.mp430.13MB
  • MP48. Branching and Merging/5. Conflicting Merges and Resolution.mp445.97MB
  • MP48. Branching and Merging/6. Section Cleanup and Push back to GitHub.mp44.67MB
  • MP49. Rebasing/1. Simple Rebase Example.mp433.85MB
  • MP49. Rebasing/2. Setup for rebasing conflict.mp49.72MB
  • MP49. Rebasing/3. Abort a Rebase.mp47.97MB
  • MP49. Rebasing/4. Rebase Conflict and Resolution.mp415.72MB
  • MP49. Rebasing/5. Pull with Rebase (GitHub).mp419.75MB
  • MP49. Rebasing/6. Section Cleanup and push to GitHub.mp46.50MB
Latest Search: 1.DV-268   2.MXSPS-290   3.ALD-476   4.SGCRS-036   5.BIB-041   6.TMGY-001   7.WED-054   8.LADY-089   9.RKI-171   10.SAK-8430   11.DVH-580   12.DVH-547   13.MIBD-756   14.URE-007   15.HMGL-077   16.MDJD-021   17.DVDES-440   18.YLW-4071   19.MNRI-002   20.MIBD-630   21.KIBD-100   22.RGD-247   23.ADV-0075   24.DVH-575   25.BIB-060   26.HITMA-108   27.SOE-725   28.ONSD-707   29.ONSD-381   30.RKI-239   31.IDBD-245   32.ELO-379   33.REAL-175   34.CEN-007   35.SW-127   36.DJSH-018   37.MIBD-584   38.DVH-415   39.MIBD-528   40.DJSF-123   41.BIB-048   42.WSP-032   43.HODV-20709   44.SMD-03   45.DVH-577   46.FRDVS-011   47.JUSD-339   48.YLW-4013   49.DOKS-224   50.KTKX-039   51.HKM-022   52.AAJB-008   53.QEDG-001   54.JUSD-445   55.YSN-369   56.YRZ-056   57.KBKD-112   58.SBB-125   59.OMGA-002   60.PPBB-02   61.UURU-98   62.YLW-4083   63.IFD-131   64.SAW-006   65.DDXX-003   66.SRB-004   67.SMM-003   68.IGEM-013   69.AEPP-030   70.OBST-020   71.268   72.290   73.476   74.036   75.041   76.001   77.054   78.089   79.171   80.8430   81.580   82.547   83.756   84.007   85.077   86.021   87.440   88.4071   89.002   90.630   91.100   92.247   93.0075   94.575   95.060   96.108   97.725   98.707   99.381   100.239   101.245   102.379   103.175   104.007   105.127   106.018   107.584   108.415   109.528   110.123   111.048   112.032   113.20709   114.03   115.577   116.011   117.339   118.4013   119.224   120.039   121.022   122.008   123.001   124.445   125.369   126.056   127.112   128.125   129.002   130.02   131.98   132.4083   133.131   134.006   135.003   136.004   137.003   138.013   139.030   140.020