Closed Idadelveloper closed 3 years ago
I rebased the commits in this Pull Request on top of latest changes to main
. Local checkouts need to take the following steps to synchronize the new commit history:
# stash any uncommitted changes so they are not overwritten
git stash
# fetch new commit history from remote
git fetch <remote>
# reset the local branch with the branch in the remote
git reset --hard <remote> team-profiles
I rebased the commits in this Pull Request on top of latest changes to
main
. Local checkouts need to take the following steps to synchronize the new commit history:# stash any uncommitted changes so they are not overwritten git stash # fetch new commit history from remote git fetch <remote> # reset the local branch with the branch in the remote git reset --hard <remote> team-profiles
Opps! Already committed some changes @jwflory
@Idadelveloper Your changes look good! 👍🏻 There are a few more things to add in before we merge this, but it is almost there. Once this is merged, we can follow up with updates to the start-up companies to fill their own profiles. 😁
Note that I pushed a couple of new commits and rebased on latest changes in main
, so you will need to update your local git branch from the remote again before iterating further.
@jwflory I think it's good now. Just rebased the changes
Hey @Idadelveloper, did you catch the changes for the cohort index page and other cohorts index page?
This tackles https://github.com/unicef/inventory-hugo-theme/issues/13 @jwflory I will have to probably write some content/tutorial for the various startups outlining how they will include their company on the inventory site.