Category: Github

Top Git interview Questions for Experienced Developer

  • June 20, 2025
  • No Comments

1. How do you create a new repository in GitHub? Repositories are used to store and manage project files and version history. Go to GitHub → Click on “New” → Enter repository name → Choose visibility (Public/Private) → Click “Create repository” 2. How do you clone a repository to your local machine? Cloning a repository […]

How to upload your project on git server

  • May 15, 2023
  • No Comments

Here are step by step process to upload your project on git server: 1. First you have to installed git software on your system 2. Open cmd  or git bash   // From run as Administrator 3. Navigate to project folder which you want to upload 4. Login to your git account and create a repository […]