Skip to content

BlueSky7/TestGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestGit

To write- Insert After finishig writting- Esc To save & exit- :x

git add file.md // stored in local directory git push -u origin master // upload to the website

git status git log // initial commit

git commit -m "write new message in the file" git commit -F FileName.ext // show the text from file vim FileName.ext // access the file.

To change and upload a file:-

  1. vim FileName.ext //rewrite something in the file
  2. git commit FileName.ext 2.1. Write commit_message for committing
  3. git push -u origin master So you are DONE !!!

About

Test purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published