You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KB/Guides/Github-desktop.qmd
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,11 @@ In this section, we will walk you through setting up a GitHub repository for a c
92
92
93
93
94
94
## Tracking changes
95
-
Now that you have set up your collaborative Kaggle hackathon repository, it's time to start working on your project and track the changes you make. In this section, we will guide you through the process of adding files to your local repository, viewing and committing changes, and pushing those changes to the remote repository on GitHub. By understanding how to track changes effectively, you and your team can ensure that all contributions are recorded, reviewed, and integrated smoothly into the project.
95
+
Now that you have set up your collaborative Kaggle hackathon repository, it's time to start working on your project
96
+
and track the changes you make. In this section, we will guide you through the process of adding files to your local
97
+
repository, viewing and committing changes, and pushing those changes to the remote repository on GitHub. By
98
+
understanding how to track changes effectively, you and your team can ensure that all contributions are recorded,
99
+
reviewed, and integrated smoothly into the project.
96
100
97
101
1.**Add a blank text file to your local repo**
98
102
1. Right-click repo name in GitHub Desktop → show in explorer (show in Finder and go to the directory on Mac)
@@ -110,7 +114,11 @@ Now that you have set up your collaborative Kaggle hackathon repository, it's ti
110
114
111
115
112
116
## Ignoring .ipynb files
113
-
As you collaborate on your Kaggle hackathon project, you may encounter challenges with tracking changes in Jupyter notebooks (.ipynb files) due to their complex JSON format. These files can include a lot of metadata that makes version control difficult and cluttered. In this section, we'll show you how to use Jupytext to convert your Jupyter notebooks into a more manageable format and configure your repository to ignore .ipynb files. This approach will help you maintain a cleaner version history and focus on the actual code changes, making collaboration more efficient.
117
+
As you collaborate on your Kaggle hackathon project, you may encounter challenges with tracking changes in Jupyter
118
+
notebooks (.ipynb files) due to their complex JSON format. These files can include a lot of metadata that makes
119
+
version control difficult and cluttered. In this section, we'll show you how to use Jupytext to convert your Jupyter
120
+
notebooks into a more manageable format and configure your repository to ignore .ipynb files. This approach will help
121
+
you maintain a cleaner version history and focus on the actual code changes, making collaboration more efficient.
114
122
115
123
1.**Add jupyter lab file to repo**
116
124
1. Open anaconda prompt and cd into your local repo folder
@@ -146,7 +154,11 @@ As your team collaborates on the Kaggle hackathon project, it's essential to sta
146
154
147
155
148
156
## Reverting to a previous commit
149
-
During the course of your Kaggle hackathon project, there may be times when you need to revert to a previous version of your code. This could be due to a bug, an unwanted change, or simply the need to return to a stable state. In this section, we'll guide you through the process of reverting to a previous commit using GitHub Desktop. Understanding how to revert to an earlier commit ensures that you can quickly and safely undo changes, helping your team maintain a stable and functional codebase throughout the competition.
157
+
During the course of your Kaggle hackathon project, there may be times when you need to revert to a previous version
158
+
of your code. This could be due to a bug, an unwanted change, or simply the need to return to a stable state. In this
159
+
section, we'll guide you through the process of reverting to a previous commit using GitHub Desktop. Understanding
160
+
how to revert to an earlier commit ensures that you can quickly and safely undo changes, helping your team maintain
161
+
a stable and functional codebase throughout the competition.
150
162
151
163
1.**Find the Commit to Revert To**
152
164
1. Open GitHub Desktop and navigate to the repository you are working on.
Copy file name to clipboardExpand all lines: KB/Guides/How-to-contribute.qmd
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,10 @@ Ensure the resource is easy to access and use. We want the majority of resources
49
49
Include links to related materials or further readings that can enhance the user’s understanding and provide more in-depth knowledge on the topic. This can include books, articles, other workshops, or case studies. When possible, link to any relevant materials which are already hosted on the Nexus platform.
50
50
51
51
### Examples of good posts
52
-
Please see below for a list of resources that meet our platform's standards. You can use these examples in conjunction with the template files provided in the next section to create your post. You can click "Improve this page" near the top right of each resource page to view the corresponding quarto file (.qmd) and code, or find the file in the [GitHub repo](https://github.com/UW-Madison-DataScience/UW-RSE-Nexus).
52
+
Please see below for a list of resources that meet our platform's standards. You can use these examples in conjunction
53
+
with the template files provided in the next section to create your post. You can click "Improve this page" near the
54
+
top right of each resource page to view the corresponding quarto file (.qmd) and code, or find the file in the
If you don't know how to use Git / GitHub already, it can be a little intimidating at first. A friendlier
83
86
alternative could be to [download GitHub desktop](https://desktop.github.com/) and add your post using the instructions provided below.
84
-
If you'd like to learn more about GitHub Desktop, check out the [Version Control with GitHub Desktop](https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/Guides/Github-desktop.html) guide
87
+
If you'd like to learn more about GitHub Desktop, check out the [Version Control with GitHub Desktop](/KB/Guides/Github-desktop.qmd) guide
85
88
on Nexus. If you need additional help (and work in a research lab at UW-Madison), you may also seek help at the
86
89
Data Science Hub's [office hours ("Coding Meetup")](https://datascience.wisc.edu/hub/#dropin).
Copy file name to clipboardExpand all lines: KB/index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,5 @@ toc-location: body
24
24
page-layout: full
25
25
title-block-banner: false
26
26
---
27
-
Explore previous UW RSE community presentations, projects and other resources. Feel free to [contribute](https://uw-madison-datascience.github.io/UW-RSE-Nexus/KB/Guides/How-to-contribute.html) if you have
27
+
Explore previous UW RSE community presentations, projects and other resources. Feel free to [contribute](/KB/Guides/How-to-contribute.qmd) if you have
0 commit comments