git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/techieguydev/scala-basics.git
git push -u origin master
# Push an existing repository from the command line
git remote add origin https://github.com/techieguydev/scala-basics.git
git push -u origin master
Bold
Italic
Strike Through
Jsfkljsdlfk
- Item1
- Item2
- Person1
- Person2
Text that is not
quoted
This is a readme file Check this for formatting documentation
- Item1
- Item11
- Item111
- Item1111
- Item222
- Item111
- Item11
- Task1
- [] Task2
- [] Task3
- [] (Optional)
😀
class JavaClass {
public static void main(String[] args) {
System.out.println("In README file");
}
}