About 13,500,000 results
Open links in new tab
  1. Git - Getting a Git Repository

    This chapter covers every basic command you need to do the vast majority of the things you’ll eventually spend your time doing with Git. By the end of the chapter, you should be able to …

  2. what is the git command so as to open a repository

    Apr 16, 2012 · You do not need to "open" your repository, just cd to the directory. From GitExtension, open your repository, then you can open git bash and do what you want.

  3. Git- Setting up a Repository - GeeksforGeeks

    Jun 19, 2024 · Sign in to GitHub and navigate to GitHub. Click on the “+” icon in the top right corner and select “New repository”. Fill in the repository details (name, description, etc.) and …

  4. Git Getting Started - W3Schools

    Note: Open Git Bash Here (Windows) If you're using Windows, you can open Git Bash directly in your project folder: This opens a terminal window in the correct location. Now that we are in …

  5. Using Git from the Command Line · GitHub

    Feb 2, 2025 · When you use git from the command line, use the following steps: On Windows, launch Git Bash, on MacOS or Linux, launch a terminal. NOTE: This command only needs to …

  6. A step-by-step guide to Git - Opensource.com

    Jan 25, 2018 · Look at the section that starts "...or create a new repository on the command line," and ignore the rest for now. Open the Terminal program on your computer. Type git and hit …

  7. How to Use Git Bash: Mastering Command Line with Ease

    Initializing a Git Repository. Starting a new project in Git Bash begins with creating a Git repository. You can initialize a repository by using: git init project-name This command sets up …

  8. Git Bash - GeeksforGeeks

    Sep 24, 2024 · Git Bash is a command-line interface that is used to communicate with Git, the version control system. Clone the repositories , commit changes , push and pull changes , and …

  9. How to access an existing git repository through the terminal git bash ...

    May 27, 2017 · I have a GitHub repository, that I now want to access and then branch. I created the repository using GitHub desktop. However I would like to access this repository through …

  10. Using Git on CommandLine - GeeksforGeeks

    Apr 21, 2020 · In this article, we are going to use the command line. GIT can be downloaded from here. After the successful installation of GIT, there is a need to configure git using the following …

  11. Some results have been removed
Refresh