Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Introduction

An easy application to learn git functions

Git commands:

git init

Initialse a new git repository in the directory

git add .

Add all files to the git repository

git commit -m "commit message"

Stage the files

git push origin master

Push all local changes to remote repository

About

An easy application to learn git functions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors