Initialize Git: git init
Получить и все готовые к совершению: git add .
пользовательский файл, готовый к коммиту: git add index.html
фиксировать изменения: git commit -m "Message"
| Maintainers: | |
| jokogr: dqlite, dqlite, dqlite | |
| fpletz: lxd, lxd, lxd | |
| wucke13: lxd, dqlite, dqlite, lxd, lxd, dqlite |
| #Android fastboot Flashing | |
| #Here are some instructions on how to successfully flash a new Android System Image. | |
| #Preparation | |
| #First download and extract the Android System Image that you want to flash. I'll be using `hammerhead-mob30h`, which is the May security update for my Nexus 5 (2013). | |
| #Extract the archive and enter the directory. You'll also want to extract the `image-*.zip` file as well (`image-hammerhead-mob30h.zip` in my case), which contains the other `img` files. | |
| ```bash |
Initialize Git: git init
Получить и все готовые к совершению: git add .
пользовательский файл, готовый к коммиту: git add index.html
фиксировать изменения: git commit -m "Message"
apkeditor.patch.help.md
One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
| ```bash | |
| #!/bin/bash | |
| ######################################## | |
| ##Name: Bash CheatSheet for Mac OSX | |
| ##Небольшой упущение из основ Bash | |
| ##Usage: | |
| ##Author: J. Le Coupanec | |
| ##Date: 2014/11/04 | |
| ######################################## | |
| # |
| body { | |
| font-family: Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; } | |
| body > *:first-child { |
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://gist.github.com/1595572). | |
| # |
$ text-builder -index /path/to/index.txt
Or run $ sh build-all to build all your index files.本人不提供任何保证和技术支持,使用者自负风险。
There are no guarantees, no any support. Use it at your own risk.