Skip to content

Commit 53d5103

Browse files
committed
no message
1 parent 418bf91 commit 53d5103

File tree

3 files changed

+68
-6
lines changed

3 files changed

+68
-6
lines changed

.idea/workspace.xml

Lines changed: 61 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mgicode-k8s-shell

git.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
echo "# mgicode-k8s-shell" >> README.md
2+
git init
3+
git add README.md
4+
git commit -m "first commit"
5+
git remote add origin https://github.com/mgicode/mgicode-k8s-shell.git
6+
git push -u origin master

0 commit comments

Comments
 (0)