TECHNICALSTUDY

The associate of technical study article for computer science students which could gain the knowledge about to technicals like Computer history, hard disk, printer,central processing unit etc. Technicalstudy also considered software engineering, operating system and some chunks of programming languages.

Email subscription

Enter your email address:

Delivered by FeedBurner

Thursday, November 2, 2023

How to add file in GitHub Repository


1-.../$:  git init


=>" Add . " command add to all folder if file is not ignore by .ignore file 

2- .../$: git add .


3-  .../$: git commit -m "message"


.../$: git add remote origin repositoryName


4- git push -u origin branchName


5- how to create new branch : 

   .../$: git branch NewBranchName


6- How to switch in new branch: 


   .../$: git checkout NewBranchName









No comments:

Post a Comment

Adbox