fix conflict

pull/1/head
jasder 4 years ago
commit 5fb8c1be30

36
.gitignore vendored

@ -1,20 +1,24 @@
# ---> Actionscript # ---> Java
# Build and Release Folders # Compiled class file
bin-debug/ *.class
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders # Log file
.settings/ *.log
# Executables # BlueJ files
*.swf *.ctxt
*.air
*.ipa
*.apk
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # Mobile Tools for Java (J2ME)
# should NOT be excluded as they contain compiler settings and other important .mtj.tmp/
# information for Eclipse / Flash Builder.
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

@ -1,12 +1,19 @@
Copyright (C) 2006 by Rob Landley <rob@landley.net> MIT License Copyright (c) <year> <copyright holders>
Permission to use, copy, modify, and/or distribute this software for any purpose Permission is hereby granted, free of charge, to any person obtaining a copy
with or without fee is hereby granted. of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH The above copyright notice and this permission notice (including the next
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY paragraph) shall be included in all copies or substantial portions of the
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, Software.
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
PERFORMANCE OF THIS SOFTWARE. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -5,7 +5,7 @@ touch README.md
git init git init
git add README.md git add README.md
git commit -m "first commit" git commit -m "first commit"
git remote add origin https://git.trustie.net/moshenglv/test.git git remote add origin https://bdgit.educoder.net/m53297601/java_ci.git
git push -u origin master git push -u origin master
``` ```
@ -13,8 +13,7 @@ git push -u origin master
#### 从命令行推送已经创建的仓库 #### 从命令行推送已经创建的仓库
```bash ```bash
git remote add origin https://git.trustie.net/moshenglv/test.git git remote add origin https://bdgit.educoder.net/m53297601/java_ci.git
git push -u origin master git push -u origin master
``` ```

Loading…
Cancel
Save