All Projects → RitheeshBaradwaj → GitLearn

RitheeshBaradwaj / GitLearn

Licence: other
GitLearn will guide you in a proper way from beginner level to gain basic knowledge on Git environment.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GitLearn

Squot
Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Stars: ✭ 45 (+181.25%)
Mutual labels:  version-control-system
breezy
A Distributed Version Control System with a Friendly UI
Stars: ✭ 76 (+375%)
Mutual labels:  version-control-system
octotui
🐙🐱🖥️ GitHub stats in your terminal
Stars: ✭ 202 (+1162.5%)
Mutual labels:  githubapi
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+443.75%)
Mutual labels:  version-control-system
manuarora.in
🙌🏻 Personal website built using Next.js & TailwindCSS.
Stars: ✭ 53 (+231.25%)
Mutual labels:  githubapi
Alurakut
Projeto desenvolvido durante a Imersão React da Alura, consiste em uma rede social inspirada no antigo e nostálgico Orkut.
Stars: ✭ 13 (-18.75%)
Mutual labels:  githubapi
snowfs
SnowFS - a fast, scalable version control file storage for graphic files 🎨
Stars: ✭ 1,101 (+6781.25%)
Mutual labels:  version-control-system
git-cheats-cli
Git Cheats CLI - A Companion For Gitcheats
Stars: ✭ 13 (-18.75%)
Mutual labels:  learning-git

GitLearn - A Beginners tool to learn Git

  • Overview

    Git is a distributed version control system for tracking changes in source code during software development. This tool will guide you in a proper way from beginner level to gain basic knowledge on Git environment. We have included an automated tool where you can create and push repositories on GitHub where you can collaborate with your friends and teammates.

  • Important Note

    1. Before getting started, make sure you have downloaded the application GitLearn on your laptop or PC.

    2. If you don't have Git on your system, you must install Chocolatey, software management automation for Windows.

      • To Install with cmd.exe, Run the following command:
       @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
      
      • To install with PowerShell.exe, Run the following command:
      Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
      

      For installing Chocolatey watch this video if you have any queries.

    3. We have provided logs folder where you can track the status.

    4. DO NOT edit or delete any folders or files in the Project. You are only allowed to run the application.

    5. An additional "Practice folder" is provided as a WorkSpace where can you modify or add new files or folders to practice.

  • How to use GitLearn !!

    You can see the HOME tab of GitLearn. Here we have five sections.
  • Section I - Introduction to Git

    This section gives you basic overview on Git. It deals with Version Control System and its types. Also we will see What is Git? and the Life Cycle of Git.

  • Section II - SetUp Git On Your Device

    We will walk through the process of installing Git on Windows. Also links for installing on Linux & Mac Os are provided. Installing Git on windows is automated in this section.If you don't have a GitHub account, I recommend you to create one. Finally, here you can make use of GitBash terminal and practice Git commands.

  • Section III - Basic Git Commands

    Here we provide details of some basic Git commands to get you going with Git. A Cheatsheat is provided which covers almost all Git commands. You can practice this commands using GitBash terminal. A tutorial video is also provided.

  • Section IV - GitPlay

    To access GitPlay click on the bottom-left image. Here you can create repository or push files to remote repository. Also you can clone some others project. Before using this section make sure you have installed Git on your machine with proper Internet Connection and you should have a GitHub Account.

  • Section V - GitHelp

    To access GitHelp click on the bottom-right image. Here you can see how to use git commands by entering the git command. Also you can search for your queries here.

  • Let's Get Started

    GitHub allows your work to get out in front of the public. Moreover, it is one of the largest coding communities around, so using it can provide wide exposure for your project and for you. The more people you have to review your project, the more attention and use it is likely to attract. So after using this tool you will be able to create repositories on GitHub and access them using terminal. So why wait? Install the application and let's git you ready!

  • Thankyou :D

    If you have any queries you can mail me at: [email protected]. Please provide your valuable feedback to improve the application.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].