https://github.com/idf/commons-latex
Common Commands for LaTeX
https://github.com/idf/commons-latex
Last synced: 4 months ago
JSON representation
Common Commands for LaTeX
- Host: GitHub
- URL: https://github.com/idf/commons-latex
- Owner: idf
- License: bsd-3-clause
- Created: 2015-07-22T11:48:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T17:02:33.000Z (about 10 years ago)
- Last Synced: 2025-06-30T16:51:13.047Z (12 months ago)
- Language: TeX
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commons-latex
Common Commands for LaTeX
# Usage
Use as subtree
```bash
git remote add -f commons git@github.com:idf/commons-latex.git
git subtree add --prefix commons commons master --squash
git subtree pull --prefix commons commons master --squash
git subtree push --prefix commons commons master
```
**Force push**. If come across the "Updates were rejected because the tip of your current branch is behind. Merge the remote changes, then need to nest git commands so as to force a push.
```bash
git push commons `git subtree split --prefix commons master`:master --force
```