Skip to content

EsmaeelEskandari/MyPHDProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MyPHDProjects

For Linux users :

First make the repository (Name=RepositoryName) on github.

Open the terminal and make the new directory (mkdir NewDirectory).

Copy your ProjectFolder to this NewDirectory.

Change the present work directory to NewDirectory.

Run these commands:

git init

git add ProjectFolderName

git commit -m "first commit"

git remote add origin https://github.com/YourGithubUsername/RepositoryName.git

git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published