Skip to content
Open
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO on 13 th of june
7 changes: 7 additions & 0 deletions ec2-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# setting up ec2 for playing with linux command and shell scripting
- launch an instance
- choose ubuntu os
- create .pem keys
- launch instnace
- login to ec2 machine
- ssh into ec2
1 change: 1 addition & 0 deletions file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file 1
1 change: 1 addition & 0 deletions file2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file 2
2 changes: 2 additions & 0 deletions file3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
this is file 3

8 changes: 8 additions & 0 deletions github-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created GitHub integration for Jira

- Go to Jira
- Go to Spaces, select your space
- Go to Code tab
- Connect Github
- Give accesss to the selected repositories
- You will be able to integrate Github & Jira
3 changes: 3 additions & 0 deletions jira-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# setting up jira for project management.
- Go to jira
- Go to your space and select your space
1 change: 1 addition & 0 deletions new-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a new file
1 change: 1 addition & 0 deletions new-master-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file from master
4 changes: 4 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
print("This is a Test File")

def test_me():
return "I am from master so test me"