Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aedawid committed Jul 9, 2024
2 parents bb8b101 + 7b6c8fe commit 82aa0a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Must-have softaware"
title: "Must-have software"
layout: single
author: Aleksandra Badaczewska
author_profile: true
Expand Down
9 changes: 8 additions & 1 deletion _collection-base/04-devel-environment/01a-vscode-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@ VSCode has powerful tools to help you find and fix errors in your code. To start


## Version Control
If you are not familiar with Git, check out these tutorials about <a class="t-links" href="932.2"></a> and <a class="t-links" href="932.4"></a>. It is possible to work with Git repositories directly from the VSC editor. You can clone a repo, or initialize a repo for your project from the terminal. `Source Control` pane on the left is used to manage your Git repositories. You will need to log in to your GitHub account the first time you use Git. The common Git operations such as Pull, Push, Clone, Commit, and Create Branch can be performed from here. Check this page for a list of <a class="t-links" href="932.21" section="#vs-code-git-commands">Git commands</a> on VSCode.
If you are not familiar with Git, check out these tutorials about <a class="t-links" href="932.2"></a> and <a class="t-links" href="932.4"></a>. It is possible to work with Git repositories directly from the VSC editor. You will need to log in to your GitHub account the first time you use Git. To log in, select `Remote Explorer` icon from left-hand taskbar.

![remoteexp]({{ images_path }}/VSC_remoteexplorer.png)

Select `Sign in to GitHub` (you may need to let the page load a little before the sign in button appears). If your system asks *The extension `GitHub Codespaces` wants to sign in using GitHub.* then select allow. You will be directed to the GitHub login webpage. Select `Authorize Visual-Studio-Code` to connect your GitHub account to VSCode.


You can clone a repo, or initialize a repo for your project from the terminal. `Source Control` pane on the left is used to manage your Git repositories. You will need to log in to your GitHub account the first time you use Git. The common Git operations such as Pull, Push, Clone, Commit, and Create Branch can be performed from here. Check this page for a list of <a class="t-links" href="932.21" section="#vs-code-git-commands">Git commands</a> on VSCode.

![VC]({{ images_path }}/VSC_sourcecontrol.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Viswa Satheesh:

Sharu Paul:
name : "Sharu Paul"
bio : "Sharu is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the use of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists."
bio : "Sharu Paul is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the building of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists."
avatar : "/assets/images/people/Sharu.jpg"
twitter : "PaulSharu"
email : "mailto:[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Satheesh is a Research Scientist III at the Genome Informatics Facility at Iowa
### Sharu Paul

![Sharu](../assets/images/people/Sharu.jpg){: .align-left}
Sharu is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the use of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists.
Sharu Paul is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the building of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists.

### Arun S. Seetharam

Expand Down

0 comments on commit 82aa0a7

Please sign in to comment.