Skip to content

Thanujathanu20/Textyfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add files into a new empty repository

1. go to the folder where local files are present which you want to add
2.git init
3.git add .
4.git commit -m "your message"
5.git remote add origin "your url from the respository"
6.git push origin master

how to push after some changes

1. go inside Textyfi folder
2. git status
3. git add .
4. git commit -m "You changes"
5. git push

About

Everything with Text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published