Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanhuan243 authored Apr 3, 2024
1 parent 2bb32e2 commit 983e4b8
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
ReadMe
# Github Config
```
git config user.name "Your Name"
git config user.email "Your Email"
git config --list
```

# Many commits to one commit
git checkout branch
git log --oneline
git rebase -i HEAD~15
Change "pick" to "s" and update commit message.
Continue comment and keep one message commit.
git push -f (Take carefully with this comment)


# Node Installation
```
Expand All @@ -22,10 +7,5 @@ npm uninstall node-sass
npm install node-sass@4.14.1
npm install
npm run build:dll
npm run build
```

npm start
```
npm cache clean --force
npm update
```

0 comments on commit 983e4b8

Please sign in to comment.