Skip to content

user1701/expensify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Commands

git init

Create a new repo

git status

View the changes to your project code

git add

Add files to staging area

git commit

Create a new commit with files from staging area

git log

View recent commits

Releases

No releases published

Packages

No packages published