Skip to content

javascriptst18/AVI-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Instruktioner för att använda Github:
#1 git add . --> Stage all your changes
#2 git commit -m "Short commit description" --> Do this from your own branch
#3 git push origin YOUR_OWN_BRANCH --> Do this from your own branch
#4 github --> To merge your branch with the master branch. This should be done by the group together
#5 git pull origin master --> To update your local master branch. Do this from your master branch
*** git checkout BRANCHNAME --> to switch between branches

Guidelines:

  • All the comments in the code should be in english
  • Readme file will have relevant information in english
  • Always push to your own branch. Merging will be done after approval from all the group members

About

chat-app with calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors