Skip to content

jasnaul1/cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ssh [email protected]:jasnaul1/cloud.git

Create New Repo:

touch README.md git init git add README.md git commit -m "first commit" git remote add origin [email protected]:jasnaul1/cloud.git git push -u origin master

Push Existing Repo:

git remote add origin [email protected]:jasnaul1/cloud.git git push -u origin master

git config --global user.name "Jas git config --global user.email [email protected] git config --global credential.helper cache git config --global core.editor vim|xemacs|joe git config --global core.editor vim git config --global merge.tool vimdiff git config --global alias.co checkout git config --global alias.ci commit

mkdir /home/git#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published