Skip to content

bogilkim/introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

introduction of Git

Basic Commands of Git.

This section describes the basic of Git. It includes how to push to/ pull from the remote repository.

$ git status
$ git add <Filename>
  <filename> : Add designated file to upload at remote repository.
  -u : Update all files which already exist in the remote repository.
  
$ git commit -m <Message>
  <Message> : brief message for updating.
  -a --allow-empty-message -m '' : 

$ git push
  Push the updated file to remote repository.

$ git pull
  Pull the files to local repository.

Tags and Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published