Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

githubpage

My first github page. Learning html, css and javascript with jquery

List to remember

1: Swith https to ssh protocol

2: Basic git bash command

  • git status -s
  • git add README.md
  • git commit -m "update the file" README.me
  • git push
  • git pull
  • git help config
  • git config --global push.default simple

3: Configure your name and email address to your github

4: Simulate the changes from github to your local copy

  • Make changes on README file using the edit icon on github
  • Use 'git log' command to check the recent commit that has been made on local machine & compare the github commit ID e.g "bbadac3"
  • It means that the github repo is ahead on your local repo
  • use 'git pull' to get the recent commit happend on github

About

Simple github page - learn html / css / javascript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages