Skip to content

To learn how to use Git, we're going to write some poems

Notifications You must be signed in to change notification settings

hacknightlbc/poems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poems

Here are a collection of simple poems to learn how to use git.

Getting Started

For this project we are recommending to clone this repo directly rather than fork. A quick search about forks explains why hacknight is going to use this approach.

  1. git clone https://github.com/hacknightlbc/poems.git
  2. cd poems
  3. git checkout -b <<your_name_or_anything>>/<<branchname>>
  4. make some changes to a file or create a new file
  5. git add your new file or edited file
  6. git commit -m "this message tells the readers something useful"
  7. git push --set-upstream origin your_name_or_anything/branchname

If you have trouble pushing to the repo please Contact Us and request to be a collaborator or ping us on the #hacknight slack channel

Next time we will go to the next step where you can merge new members' work.

About

To learn how to use Git, we're going to write some poems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •