Skip to content

kelvinschen/MyGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

README

This is a git Test

Nothing else

if [ "$HOME" = "/home/chen" }
then 
  echo "hello"
fi

Create a dev branch

Nothing here

  • A
  • B
  • C

Again, Create a new branch

Nothing here

public class Dick{
	private String name;
	public Dick(String name){
		this.name=name;
		}
	public sayDick(){
		System.out.println("You'r an ass dick"+name);
		}
}

This is master's last line, not feature's

Add feature

This is a feature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published