Recently took over a computer, too lazy to install Jenkins, then wrote a simple deployment scripts, welcome to discuss about it.
Logback Manual(Section 1)
Markdown Expansion
This article mainly tells the rest of common markdown syntax.
Markdown Expansion
Code
To coding in Markdown, you preface the phrase with a TAB
or four blanks
, you also surround code block with ``` ```, like
```
hello world
```
And to write inline code, you can surround words with backticks(``), like `TAB`.
Separator Line
To add a separator line, you use three or more characters such as *
or -
or _
in a line.
Markdown Note
Markdown is a better way to write content for the web. So spending several minutes learning it is beneficial for us.
Markdown Syntax
Italics and Bold
To make a phrase italic in Markdown, you can surround words with an underscore ( _ ).
Writing in Markdown is not that hard!
Similarly, to make phrases bold in Markdown, you can surround words with two asterisks ( ** ).
Git Command(Section 3)
This section is used to record some problems and solutions. Welcome to ask questions and discuss them.
Q & A
Q1
If I want to abandon changes on a branch like dev and fetch the remote banch of the same name?
If -B is given,
Git Command(Section 2)
Now we could learn more about git.
Advanced reference
Clone a repository into a new directory
|
|
Switch branches
|
|
List branches
|
|
Git Command(Section 1)
At first, let’s look at a common example for using git.
Example
|
|
Reference
Create an empty Git repository or reinitialize an existing one
|
|
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
|
|
More info: Writing
Run server
|
|
More info: Server