Skip to content

adampaulsackfield/resources-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resources

A collection of useful resources.

This is a collaborative effort and anybody can make a pull request.

The repository does not allow pushes to the main branch so please ensure to create a new branch before pushing, steps on how to contribute are below.

Contents

How to Contribute

Clone the repo, cd into the repo and create a branch.

git clone https://github.com/adampaulsackfield/resources-list.git
cd resources-list
git checkout -b my-branch-name

Makes your changes add, commit, there is no harm in adding any changes from the main branch. Finally push your branch to GitHub.

git add -A
git commit -m "My super awesome links"
git pull origin main
git push origin my-branch-name

Go to the repo URL and open a pull request to merge your branch into main.

Any problems feel free to reach out.


About

A collection of all the resources you could ever need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors