Skip to content

Leradicator/cheatLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Intro

This is my personal cheatLab As it goes, all things that I consider essential as I explore the web trying to solve personal issues will be gathered here, much like a blog.

Start

First, this repo has been spawn in github from an already existing git repository on my desktop. Here is the procedure

All online help needed

Necessary commands:

git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:user/project.git
git push -u origin master

Other useful commands below: To add and edit main remote link for push

git remote -v #list remote URLs
git remote set-url origin dist://url.git #https|ssh 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published