Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王进波
Svn-to-Git
Commits
2d5db75b
Commit
2d5db75b
authored
Aug 12, 2018
by
王进波
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git
parents
cf8afb24
a36fb3d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
常用命令行.md
常用命令行.md
+3
-2
签出正式开发代码,修改,提交.md
签出正式开发代码,修改,提交.md
+1
-1
No files found.
常用命令行.md
View file @
2d5db75b
...
...
@@ -11,5 +11,6 @@ Linux / Windows
说明:tail 是Linux下的日志查看工具,它最强的特性是可以动态查询最新的日志内容,并在标准输出上打印出来,加上参数
`-f`
后会滚动显示日志文件最底部的内容(也就是最新生成的日志)。
Windows下也有类似的方案,需要借助工具,我这里是推荐使用
`cmder`
, 它是一个终端模拟器,包含并扩展了很多Windows自带命令行的功能,在
`cmder`
中我们就可以使用
` tail -f <filename>`
命令,就像Linux下的一样。
tail 只从文本中读取最新的一屏的内容,而Windows下用记事本直接打开日志文件会将文件全部读入内存,如果需要实时观察日志而不做全文查询,tail 要节省很多资源。
工具我也上传到Gitlab了,到
[
这里
](
https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E5%B7%A5%E5%85%B7/cmder_mini.zip
)
下载,我上传的是mini版,也可以自己去官网下载完整版。
\ No newline at end of file
工具我也上传到Gitlab了,到
[
这里
](
https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E5%B7%A5%E5%85%B7/cmder_mini.zip
)
下载,我上传的是mini版,也可以自己去
[
官网
](
http://cmder.net/
)
下载完整版。
\ No newline at end of file
签出正式开发代码,修改,提交.md
View file @
2d5db75b
...
...
@@ -32,7 +32,7 @@ edit-by:王进波 2018.08.06
成功打开Gitlab网页后,应该能看到自己的项目中多了一个CivDevelop分组,和分组下的3个项目,
> - CivWebService 这个项目大家不要下载
>
CityWebService 这个是后端服务项目,后端代码在此项目上开发
>
-
CityWebService 这个是后端服务项目,后端代码在此项目上开发
> - Web4 前端项目,前端代码在这上面写
没看到新增内容的同事请联系我。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment