Skip to content

Instantly share code, notes, and snippets.

View efanious's full-sized avatar
🏠
Working from home

Efana efanious

🏠
Working from home
  • Lagos,Nigeria
View GitHub Profile
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin [email protected]:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 11, 2025 05:14
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites