Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some additional changes #10

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
social-security.txt
private-directory/
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
44 changes: 44 additions & 0 deletions .ipynb_checkpoints/Practice-Git-Skills-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Challenge\n",
"\n",
"This challenge consist to:\n",
"1. Check git configuration settings\n",
"2. Make changes to files (Make changes to files, Check the status of changed file, Add and comit changed files, and push changes to GitHub.com)\n",
"3. Add new file to the repo and view the history of changes"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
6 changes: 6 additions & 0 deletions Challenge 3.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
44 changes: 44 additions & 0 deletions Challenge-3.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "17f40d20",
"metadata": {},
"source": [
"## Challenge 3\n",
"\n",
"* Add a new file to the repo, commit the change and push it to github.com. Check to see that it’s there.\n",
"* Use git log to view the history of changes that you’ve made."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "adf62a74",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
44 changes: 44 additions & 0 deletions Practice-Git-Skills.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Challenge\n",
"\n",
"This challenge consist to:\n",
"1. Check git configuration settings\n",
"2. Make changes to files (Make changes to files, Check the status of changed file, Add and comit changed files, and push changes to GitHub.com)\n",
"3. Add new file to the repo and view the history of changes"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# A Practice Homework GitHub Repository - Intro to Earth Data Science Textbook Demo
# A Practice Homework GitHub Repository - Intro to Earth Data Science Textbook Demo.

This repository is a demo repository that you can use to practice your GitHub and git skills while working
This repository is a demo repository that you can use to practice your GitHub and git skills while working.
through the online lessons in the [introduction to earth data science textbook on earthdatascience.org](https://www.earthdatascience.org/courses/intro-to-earth-data-science/git-github/version-control/). We will not merge any pull requests here but you can practice opening and closing them here if you want!

Here is some more text.

I add text to see how this file can change.
Second Changes for testing Pull request.

Additional changes, also for gitHub training. These are made for testing reverse pull request.

Chnages can be made in the file