Category: Github

Top Git interview Questions for Experienced Developer

  • June 20, 2025
  • No Comments

1. How do you create a new repository in GitHub? A GitHub repository is a centralized location to store, manage, and track changes to your project files. It supports collaboration and version control. Log in to your GitHub account. Click the “+” icon in the top-right corner and select “New repository”. Enter a repository name […]

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 […]