Skip to content

Commit

Permalink
ALL the commits for the files
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathIS committed Jan 8, 2022
2 parents 1a35c67 + 3ac1649 commit 7d67a2d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="\e[1m\e[32m\u@\h\e[0m\e[0m:\e[1m\e[34m\w\e[0m\e[1;33m\$(git_branch)\e[0m\$ "
1 change: 1 addition & 0 deletions feature.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the start of the new feature asked by the boss
3 changes: 3 additions & 0 deletions goodnight.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#print("Good Night")
#print("Sweet dreams")
#print("BYE")
2 changes: 2 additions & 0 deletions greetings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
#show some cool greeting image

# Ask the user what he/she wants to drink

# If you can dream it you can do it
1 change: 1 addition & 0 deletions moonflight.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This is moonflight
2 changes: 2 additions & 0 deletions mynewtest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#This is a new code for my deployment

1 change: 1 addition & 0 deletions new_mars_message.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"this is sam from mars"
4 changes: 4 additions & 0 deletions temp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<<<<<<< HEAD
th sis temp file
=======

>>>>>>> feature

0 comments on commit 7d67a2d

Please sign in to comment.