Skip to content

Commit

Permalink
feat!: add git command, remove sync and diff command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-moins committed Jul 13, 2024
1 parent bcc7da3 commit 50a0335
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 304 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dot stage .bashrc
dot commit "feat: add .bashrc"

# ...and push them to your remote!
dot sync
dot git push
```

## 🚦 Usage
Expand Down Expand Up @@ -103,14 +103,13 @@ Dotfiles Commands:
add Add files to your dotfiles
Git Commands:
sync Update your dotfiles to the latest commit
status Show the status of your dotfiles
stage Stage files for committing later
stage Stage files
unstage Unstage files
restore Restore unstaged files to their previous state
diff Show diff with last commit
idiff Show interactive diff with last commit
restore Restore unstaged files (undo changes)
diff Show interactive diff with last commit
commit Commit changes
git Run git commands within your dotfiles
Options:
--help, -h
Expand Down
Loading

0 comments on commit 50a0335

Please sign in to comment.