Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrodevil committed Feb 17, 2024
1 parent 62477be commit d425ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/git.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const { frontmatter } = Astro.props;
<ul role="list" class="link-card-grid">
<Card
href="https://git-scm.com/docs/git#_git_commands"

target="_blank"
title="Git - the stupid content tracker (Docs)"
body="Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals."
/>
<Card
href="https://alkaison.github.io/posts/git-and-github-introduction/"

target="_blank"
title="Git and GitHub - Beginner to Intermediate"
body="Git helps in collaborative coding and GitHub helps to host our code at open source platform."
/>
Expand Down

0 comments on commit d425ae8

Please sign in to comment.