Part 1: Import existing project in Git Repo [Git with Netbeans]

Опубликовано: 28 Сентябрь 2024
на канале: Learn4Tarakki
8,613
55

It makes user to understand how to add existing project in Git Repository (GitHub, Gitlab, etc) using Netbeans IDE.

Part 1: Import existing project in Git Repo [Git with Netbeans]
--------------------------------------------------------------------------------------------------

Tutorial Objective
----------------------------
Import existing Project in Git Repo

Prerequisites:
---------------------
Softwares:
Git (download and install from https://git-scm.com/downloads)
Netbeans IDE 8 or above
GitHub Account or related account such as GitLab, etc

Knowledge:
Basics of VCS (Version Control System)
Basics of Programming

Steps to accomplish the objective
-------------------------------------------------------
1) Creating sample project in Netbeans IDE
2) Login to GitHub Account
3) Creating Git Repo from GitHub Account
4) Initialising Git in sample project
5) Creating .gitignore in sample project to ignore files from GIT eyes
6) Creating initial commit using Netbeans
7) Pushing project to GitHub repository using Netbeans