RSSAmplifier

Arco Mul · Jun 19, 2020

Basic Git Commands

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Basic Git Commands &#xA; Some basic git commands used in the git explanation videos of HackYourFuture: X and X &#xA; $ git init &#xA;Create a repository &#xA; $ git add <filename or .> &#xA;To add files to a new commit &#xA; $ git commit -m "<your commit message>" &#xA;Commit the added files &#xA; $ git checkout -- <filename> &#xA;Resets a file to how it was in the last commit &#xA; $ git log…

Read on arcomul.nl

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.