Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Apr 20, 2022
1 parent dc8530c commit 81ed1d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ git add --patch
git add --interactive
```

### git mark file unchanged skip file
```sh
git update-index --assume-unchanged path/to/file
```

### set username, global settings
```sh
git config --global user.name "vitalii cherkashyn"
Expand Down

0 comments on commit 81ed1d9

Please sign in to comment.